diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-01-11 15:16:38 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-01-11 15:16:38 +0900 |
commit | 5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc (patch) | |
tree | 11d27dd11f3d31ad50a027e69e38bc54f3539206 /src/bin/psql/common.c | |
parent | 69fb29d1affb525d4c91b4dc5b104a551e61c28d (diff) |
Fix typos in code and comments
Author: Justin Pryzby
Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index 38f9b10b7c9..00627830c47 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -1447,7 +1447,7 @@ ExecQueryAndProcessResults(const char *query, if (!AcceptResult(result, false)) { /* - * Some error occured, either a server-side failure or a failure + * Some error occurred, either a server-side failure or a failure * to submit the command string. Record that. */ const char *error = PQresultErrorMessage(result); |