X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstrgrp%2F_info;h=c5a8053d4ac430c3e78781c80aaf3f3d93fb6fdd;hb=b15b3673bf0fbbff48b87bddcf402b8bcdf41c59;hp=2b88ea7b94eb34cb7ccec58d49e4179b6aacbeac;hpb=e8f7a978bf4eb41c1877958e31a1a7213680335b;p=ccan 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.