aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-06-04 22:59:55 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-06-04 22:59:55 +0300
commit1774f27c61ce294a56712ca2f4785f90a62441bc (patch)
tree6e6a7deaac6a796d1e940691f68823140db8a8b1 /windows
parentThe .xz file format version 1.0.1 (diff)
downloadxz-1774f27c61ce294a56712ca2f4785f90a62441bc.tar.xz
Fix purporse -> purpose. Thanks to Andrew Dudman.
Released .xz spec 1.0.2 due to this fix too.
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 9a9957cd..d552b1c3 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -80,7 +80,7 @@ endif
endif
ifdef DEBUG
-# Use echo since it works for this purporse on both Windows and POSIX.
+# Use echo since it works for this purpose on both Windows and POSIX.
STRIP := echo Skipping strip
else
ALL_CPPFLAGS += -DNDEBUG