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
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment