aboutsummaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/fuzzystrmatch.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-04-23 22:43:09 -0400
committerRobert Haas <rhaas@postgresql.org>2012-04-23 22:43:09 -0400
commit5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch)
treef0f7fa40b63a23b10e9d03ea47f97020565a66f6 /contrib/fuzzystrmatch/fuzzystrmatch.c
parent7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff)
downloadpostgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.tar.gz
postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.zip
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'contrib/fuzzystrmatch/fuzzystrmatch.c')
-rw-r--r--contrib/fuzzystrmatch/fuzzystrmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c
index b9c21652100..8a1771b9700 100644
--- a/contrib/fuzzystrmatch/fuzzystrmatch.c
+++ b/contrib/fuzzystrmatch/fuzzystrmatch.c
@@ -157,7 +157,7 @@ getcode(char c)
/* These letters are passed through unchanged */
#define NOCHANGE(c) (getcode(c) & 2) /* FJMNR */
-/* These form dipthongs when preceding H */
+/* These form diphthongs when preceding H */
#define AFFECTH(c) (getcode(c) & 4) /* CGPST */
/* These make C and G soft */