mirror of
https://github.com/postgres/postgres.git
synced 2026-03-11 10:45:17 -04:00
Fix typo in elog message.
This commit is contained in:
parent
55bfdd1cfd
commit
c421efd213
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ parse_row_security_command(const char *cmd_name)
|
|||
else if (strcmp(cmd_name, "delete") == 0)
|
||||
cmd = ACL_DELETE_CHR;
|
||||
else
|
||||
elog(ERROR, "unregonized command");
|
||||
elog(ERROR, "unrecognized command");
|
||||
|
||||
return cmd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue