Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a238bd1

Browse files
committed
Proper capitalization of Ispell
1 parent 9293425 commit a238bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/tsearch/dict_ispell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/tsearch/dict_ispell.c,v 1.5 2007/11/15 22:25:16 momjian Exp $
10+
* $PostgreSQL: pgsql/src/backend/tsearch/dict_ispell.c,v 1.6 2007/11/28 15:42:46 petere Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -79,7 +79,7 @@ dispell_init(PG_FUNCTION_ARGS)
7979
{
8080
ereport(ERROR,
8181
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
82-
errmsg("unrecognized ISpell parameter: \"%s\"",
82+
errmsg("unrecognized Ispell parameter: \"%s\"",
8383
defel->defname)));
8484
}
8585
}

0 commit comments

Comments
 (0)