Skip to content
Snippets Groups Projects
Commit c421efd2 authored by Robert Haas's avatar Robert Haas
Browse files

Fix typo in elog message.

parent 55bfdd1c
No related branches found
No related tags found
No related merge requests found
...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment