summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-25 20:31:43 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-25 20:31:43 -0800
commitbf5f3ba139a8a18151f83a365708ae0f410d3c5e (patch)
treecb3e43acab5fbe77b4d8f5554dd13cc14f4def2b
parent9c3f23beee87cebc522b85173551527fc11c0d50 (diff)
downloadgzip-bf5f3ba139a8a18151f83a365708ae0f410d3c5e.tar.gz
maint: fix typo in previous patch
-rw-r--r--README-hacking2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-hacking b/README-hacking
index ef2f366..4af67f4 100644
--- a/README-hacking
+++ b/README-hacking
@@ -72,7 +72,7 @@ If you have already bootstrapped, you can redo it in two phases:
$ ./autogen.sh
Separating the phases can be useful for reproducible builds, and for
-appling local modifications between the two phases.
+applying local modifications between the two phases.
Enjoy!