X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstrgrp%2F_info;h=c5a8053d4ac430c3e78781c80aaf3f3d93fb6fdd;hp=2b88ea7b94eb34cb7ccec58d49e4179b6aacbeac;hb=d1a951b82386391b82e48b32403891f85e253565;hpb=e95575c4ad0485eef9edf562dfdbc34f8deb4b76 diff --git a/ccan/strgrp/_info b/ccan/strgrp/_info index 2b88ea7b..c5a8053d 100644 --- a/ccan/strgrp/_info +++ b/ccan/strgrp/_info @@ -51,7 +51,7 @@ * threshold. Two measurements are used as rejecting filters (i.e. a failure to * exceed the threshold prevents further measurements being made): * - * 4a. Comparsion of string lengths: String lengths must be within given bounds + * 4a. Comparison of string lengths: String lengths must be within given bounds * to satisfy the user-supplied similarity constraint. A negative result avoids * invoking the O(m * n) behaviour of LCS at the cost of O(m + n) in the two * strlen() invocations.