From cb1e224494e16623a011bd5655252d6fbc8ebc31 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Fri, 2 Jan 2015 18:56:20 +0100 Subject: [PATCH] Fixed typo --- test-suite/splay.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/splay.cc b/test-suite/splay.cc index f1fcadbf15..49354eccdf 100644 --- a/test-suite/splay.cc +++ b/test-suite/splay.cc @@ -265,7 +265,7 @@ main(int argc, char *argv[]) exit (1); } - /* TODO: also test the oher Splay API */ + /* TODO: also test the other Splay API */ return 0; } -- 2.47.3