Commit c421efd2 authored by Robert Haas's avatar Robert Haas

Fix typo in elog message.

parent 55bfdd1c
...@@ -121,7 +121,7 @@ parse_row_security_command(const char *cmd_name) ...@@ -121,7 +121,7 @@ parse_row_security_command(const char *cmd_name)
else if (strcmp(cmd_name, "delete") == 0) else if (strcmp(cmd_name, "delete") == 0)
cmd = ACL_DELETE_CHR; cmd = ACL_DELETE_CHR;
else else
elog(ERROR, "unregonized command"); elog(ERROR, "unrecognized command");
return cmd; return cmd;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment