projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25d07d
)
Fix typo in comment
author
Magnus Hagander
<
[email protected]
>
Tue, 2 Feb 2016 12:49:02 +0000
(13:49 +0100)
committer
Magnus Hagander
<
[email protected]
>
Tue, 2 Feb 2016 12:49:02 +0000
(13:49 +0100)
src/bin/pg_basebackup/pg_recvlogical.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_recvlogical.c
b/src/bin/pg_basebackup/pg_recvlogical.c
index 05c20402e892582f807285630ec4cab513cea98a..832f9f9141e729b99a32bf2b046be75036b4c16f 100644
(file)
--- a/
src/bin/pg_basebackup/pg_recvlogical.c
+++ b/
src/bin/pg_basebackup/pg_recvlogical.c
@@
-853,7
+853,7
@@
main(int argc, char **argv)
/*
* Obtain a connection to server. This is not really necessary but it
- * helps to get more precise error messages about authenti
fi
cation,
+ * helps to get more precise error messages about authentication,
* required GUC parameters and such.
*/
conn = GetConnection();