Fix various typos in code comments.

Via GitHub #687.
This commit is contained in:
Josh Soref
2020-12-16 19:14:59 -05:00
committed by Ian Barwick
parent 5a88858596
commit f619c3a8ff
9 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
* controldata.c - functions for reading the pg_control file
*
* The functions provided here enable repmgr to read a pg_control file
* in a version-indepent way, even if the PostgreSQL instance is not
* in a version-independent way, even if the PostgreSQL instance is not
* running. For that reason we can't use on the pg_control_*() functions
* provided in PostgreSQL 9.6 and later.
*