diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-04 22:59:55 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-04 22:59:55 +0300 |
commit | 1774f27c61ce294a56712ca2f4785f90a62441bc (patch) | |
tree | 6e6a7deaac6a796d1e940691f68823140db8a8b1 /windows/Makefile | |
parent | The .xz file format version 1.0.1 (diff) | |
download | xz-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/Makefile')
-rw-r--r-- | windows/Makefile | 2 |
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 |