1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Fix typos in comments.

CharSyam
This commit is contained in:
Robert Haas
2015-10-22 14:51:49 -04:00
parent 8f2977b3ec
commit 31ba62ce32
4 changed files with 4 additions and 4 deletions

View File

@ -775,7 +775,7 @@ HandleParallelMessage(ParallelContext *pcxt, int i, StringInfo msg)
errctx.previous = pcxt->error_context_stack;
error_context_stack = &errctx;
/* Parse ErrorReponse or NoticeResponse. */
/* Parse ErrorResponse or NoticeResponse. */
pq_parse_errornotice(msg, &edata);
/* Death of a worker isn't enough justification for suicide. */