diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tsearch/dicts/spell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tsearch/dicts/spell.h b/src/include/tsearch/dicts/spell.h index 9c869e8244..5480b208fb 100644 --- a/src/include/tsearch/dicts/spell.h +++ b/src/include/tsearch/dicts/spell.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/tsearch/dicts/spell.h,v 1.8 2010/01/02 16:58:09 momjian Exp $ + * $PostgreSQL: pgsql/src/include/tsearch/dicts/spell.h,v 1.9 2010/04/02 15:21:20 mha Exp $ * *------------------------------------------------------------------------- */ @@ -37,7 +37,7 @@ typedef struct /* * Names of FF_ are correlated with Hunspell options in affix file - * http://sourceforge.net/docman/display_doc.php?docid=29374&group_id=143754 + * http://hunspell.sourceforge.net/ */ #define FF_COMPOUNDONLY 0x01 #define FF_COMPOUNDBEGIN 0x02 |
