summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/compress_lz4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/compress_lz4.c')
-rw-r--r--src/bin/pg_dump/compress_lz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/compress_lz4.c b/src/bin/pg_dump/compress_lz4.c
index 5aca9c1f061..423e1b7976f 100644
--- a/src/bin/pg_dump/compress_lz4.c
+++ b/src/bin/pg_dump/compress_lz4.c
@@ -342,7 +342,7 @@ LZ4Stream_get_error(CompressFileHandle *CFH)
/*
* Initialize an already alloc'ed LZ4State struct for subsequent calls.
*
- * Creates the necessary contexts for either compresion or decompression. When
+ * Creates the necessary contexts for either compression or decompression. When
* compressing data (indicated by compressing=true), it additionally writes the
* LZ4 header in the output stream.
*