summaryrefslogtreecommitdiff
path: root/src/common/pg_lzcompress.c
diff options
context:
space:
mode:
authorPeter Eisentraut2018-10-15 08:06:45 +0000
committerPeter Eisentraut2018-10-15 08:06:45 +0000
commit35584fd05f9b104f057c700360985991f111a847 (patch)
tree2b0d4f0d7c528bec1f633feea61f78c1f41cbc03 /src/common/pg_lzcompress.c
parent9274c577f7351c5af8e4c85f4a6031db11c93992 (diff)
Make spelling of "acknowledgment" consistent
I used the preferred U.S. spelling, as we do in other cases.
Diffstat (limited to 'src/common/pg_lzcompress.c')
-rw-r--r--src/common/pg_lzcompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/pg_lzcompress.c b/src/common/pg_lzcompress.c
index a2f87cff8b5..2d25da3a232 100644
--- a/src/common/pg_lzcompress.c
+++ b/src/common/pg_lzcompress.c
@@ -159,7 +159,7 @@
* scanned for the history add's, otherwise a literal character
* is omitted and only his history entry added.
*
- * Acknowledgements:
+ * Acknowledgments:
*
* Many thanks to Adisak Pochanayon, who's article about SLZ
* inspired me to write the PostgreSQL compression this way.