]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed typo
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 2 Jan 2015 17:56:20 +0000 (18:56 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 2 Jan 2015 17:56:20 +0000 (18:56 +0100)
test-suite/splay.cc

index f1fcadbf1584d84e8a8a8abb1652683df0bbb976..49354eccdf826b6110eafbb20f90b75982a1e50e 100644 (file)
@@ -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;
 }