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:
@ -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++)
|
||||
|
Reference in New Issue
Block a user