diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-06-17 10:17:01 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-06-17 10:17:28 +0200 |
commit | bb1f8f9e5bb13af43ab65faa98ae898a68995070 (patch) | |
tree | f97596080dea015979c9d849f7140aa41a8e95b9 /src/backend/access/transam/xlogfuncs.c | |
parent | e42645ad92687a2250ad17e1a045da73e54a5064 (diff) | |
download | postgresql-bb1f8f9e5bb13af43ab65faa98ae898a68995070.tar.gz postgresql-bb1f8f9e5bb13af43ab65faa98ae898a68995070.zip |
Fix typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/backend/access/transam/xlogfuncs.c')
-rw-r--r-- | src/backend/access/transam/xlogfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogfuncs.c b/src/backend/access/transam/xlogfuncs.c index fb905c0a1cd..c46325dfaf2 100644 --- a/src/backend/access/transam/xlogfuncs.c +++ b/src/backend/access/transam/xlogfuncs.c @@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS) * The first parameter (variable 'exclusive') allows the user to tell us if * this is an exclusive or a non-exclusive backup. * - * The second paramter (variable 'waitforarchive'), which is optional, + * The second parameter (variable 'waitforarchive'), which is optional, * allows the user to choose if they want to wait for the WAL to be archived * or if we should just return as soon as the WAL record is written. * |