From: Francesco Chemolli Date: Fri, 2 Jan 2015 17:56:20 +0000 (+0100) Subject: Fixed typo X-Git-Tag: merge-candidate-3-v1~384^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb1e224494e16623a011bd5655252d6fbc8ebc31;p=thirdparty%2Fsquid.git Fixed typo --- 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; }