Skip to content

Commit fccc386

Browse files
danielgustafssonpull[bot]
authored andcommitted
Fix typo in numutils.c comments
s/messges/messages/
1 parent 0796872 commit fccc386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/numutils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ pg_strtoint64_safe(const char *s, Node *escontext)
891891
* so that caller can parse the rest. Otherwise, it's an error if anything
892892
* but whitespace follows.
893893
*
894-
* typname is what is reported in error messges.
894+
* typname is what is reported in error messages.
895895
*
896896
* If escontext points to an ErrorSaveContext node, that is filled instead
897897
* of throwing an error; the caller must check SOFT_ERROR_OCCURRED()
@@ -978,7 +978,7 @@ uint32in_subr(const char *s, char **endloc,
978978
* so that caller can parse the rest. Otherwise, it's an error if anything
979979
* but whitespace follows.
980980
*
981-
* typname is what is reported in error messges.
981+
* typname is what is reported in error messages.
982982
*
983983
* If escontext points to an ErrorSaveContext node, that is filled instead
984984
* of throwing an error; the caller must check SOFT_ERROR_OCCURRED()

0 commit comments

Comments
 (0)