We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967a4b0 commit a99f770Copy full SHA for a99f770
src/backend/access/transam/xlog.c
@@ -4980,7 +4980,7 @@ BootStrapXLOG(void)
4980
if (!pg_backend_random(mock_auth_nonce, MOCK_AUTH_NONCE_LEN))
4981
ereport(PANIC,
4982
(errcode(ERRCODE_INTERNAL_ERROR),
4983
- errmsg("could not generation secret authorization token")));
+ errmsg("could not generate secret authorization token")));
4984
4985
/* First timeline ID is always 1 */
4986
ThisTimeLineID = 1;
0 commit comments