8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9293425 commit a238bd1Copy full SHA for a238bd1
src/backend/tsearch/dict_ispell.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/tsearch/dict_ispell.c,v 1.5 2007/11/15 22:25:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/tsearch/dict_ispell.c,v 1.6 2007/11/28 15:42:46 petere Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -79,7 +79,7 @@ dispell_init(PG_FUNCTION_ARGS)
79
{
80
ereport(ERROR,
81
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
82
- errmsg("unrecognized ISpell parameter: \"%s\"",
+ errmsg("unrecognized Ispell parameter: \"%s\"",
83
defel->defname)));
84
}
85
0 commit comments