diff options
Diffstat (limited to 'contrib/fuzzystrmatch/fuzzystrmatch.c')
-rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index 90505a8b2c7..8ffc02ffa3e 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -119,7 +119,7 @@ levenshtein(PG_FUNCTION_ARGS) str_s0 = str_s; /* - * Loop throught the rows, starting at row 1. Row 0 is used for the + * Loop through the rows, starting at row 1. Row 0 is used for the * initial "upper" row. */ for (j = 1; j < rows; j++) |