1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +03:00

Fix typos in commit 05d4cbf9b6.

Reported by Justin Pryzby.

Discussion: http://postgr.es/m/20220927185121.GE6256@telsasoft.com
This commit is contained in:
Robert Haas
2022-09-27 15:13:34 -04:00
parent c8b2ef05f4
commit 4667d97ca6
4 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ option_parse_int(const char *optarg, const char *optname,
* option_parse_relfilenumber
*
* Parse relfilenumber value for an option. If the parsing is successful,
* returns; if parsing fails, returns false.
* returns true; if parsing fails, returns false.
*/
bool
option_parse_relfilenumber(const char *optarg, const char *optname)