mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Make spelling more uniform
This commit is contained in:
@ -1966,7 +1966,7 @@ range_parse(const char *string, char *flags, char **lbound_str,
|
||||
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
||||
errmsg("malformed range literal: \"%s\"",
|
||||
string),
|
||||
errdetail("Junk after \"empty\" keyword.")));
|
||||
errdetail("Junk after \"empty\" key word.")));
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user