summaryrefslogtreecommitdiff
path: root/contrib/puff/pufftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/puff/pufftest.c')
-rw-r--r--contrib/puff/pufftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/puff/pufftest.c b/contrib/puff/pufftest.c
index 7764814..5f72ecc 100644
--- a/contrib/puff/pufftest.c
+++ b/contrib/puff/pufftest.c
@@ -143,7 +143,7 @@ int main(int argc, char **argv)
len - sourcelen);
}
- /* if requested, inflate again and write decompressd data to stdout */
+ /* if requested, inflate again and write decompressed data to stdout */
if (put && ret == 0) {
if (fail)
destlen >>= 1;