Fix typo in numutils.c comments
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Sep 2023 11:29:34 +0000 (13:29 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Sep 2023 11:29:34 +0000 (13:29 +0200)
s/messges/messages/

src/backend/utils/adt/numutils.c

index d07a560207694538ccfdf4dfe54e1cf99ad8f9dc..a597e5ed7963489dfcc05b89c32a6204fe4d6bfc 100644 (file)
@@ -891,7 +891,7 @@ invalid_syntax:
  * so that caller can parse the rest.  Otherwise, it's an error if anything
  * but whitespace follows.
  *
- * typname is what is reported in error messges.
+ * typname is what is reported in error messages.
  *
  * If escontext points to an ErrorSaveContext node, that is filled instead
  * of throwing an error; the caller must check SOFT_ERROR_OCCURRED()
@@ -978,7 +978,7 @@ uint32in_subr(const char *s, char **endloc,
  * so that caller can parse the rest.  Otherwise, it's an error if anything
  * but whitespace follows.
  *
- * typname is what is reported in error messges.
+ * typname is what is reported in error messages.
  *
  * If escontext points to an ErrorSaveContext node, that is filled instead
  * of throwing an error; the caller must check SOFT_ERROR_OCCURRED()