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)
else if (strcmp(cmd_name, "delete") == 0)
cmd = ACL_DELETE_CHR;
else
elog(ERROR, "unregonized command");
elog(ERROR, "unrecognized command");
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