1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

One of the web pages mentioned in dmetaphone.c has moved. Also fix

a few typos in comments.

The dictionaries I checked list "altho" as a variant of "although,"
but I didn't find any other instances of the former in the source
tree so I changed it.

Michael Fuhr
This commit is contained in:
Bruce Momjian
2005-09-30 22:38:44 +00:00
parent b4a7213b07
commit c40cd3660f
2 changed files with 7 additions and 7 deletions

View File

@ -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++)