* NEWS: Fix typo in 'make dist-bzip2' description.
authorPeter Rosin <peda@lysator.liu.se>
Mon, 12 Dec 2011 08:10:56 +0000 (09:10 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 12 Dec 2011 08:10:56 +0000 (09:10 +0100)
ChangeLog
NEWS

index 826a4f7..b8ebd64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-12  Peter Rosin  <peda@lysator.liu.se>
+
+       * NEWS: Fix typo in 'make dist-bzip2' description.
+
 2011-12-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        release: don't run "make distcheck" automatically
diff --git a/NEWS b/NEWS
index 790fabf..46803a7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,7 @@ New in 1.11.0a:
   - You may adjust the compression options used in dist-xz and dist-bzip2.
     The default is now merely -e for xz, but still -9 for bzip;  you may
     specify a different level via the XZ_OPT and BZIP2 envvars respectively.
-    E.g., "make dist-xz XZ_OPT=-7" or "make dist-xz BZIP2=-5"
+    E.g., "make dist-xz XZ_OPT=-7" or "make dist-bzip2 BZIP2=-5"
 
   - The py-compile script now accepts empty arguments passed to the options
     `--destdir' and `--basedir', and complains about unrecognized options.