1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix some typos

Josh Kupershmidt
This commit is contained in:
Peter Eisentraut
2012-04-22 19:23:47 +03:00
parent 33e99153e9
commit 48658a1b81
3 changed files with 3 additions and 3 deletions

View File

@ -281,7 +281,7 @@ unaccent_lexize(PG_FUNCTION_ARGS)
{
if (!res)
{
/* allocate res only it it's needed */
/* allocate res only if it's needed */
res = palloc0(sizeof(TSLexeme) * 2);
res->lexeme = trgchar = palloc(len * pg_database_encoding_max_length() + 1 /* \0 */ );
res->flags = TSL_FILTER;