diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-02-26 18:44:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-02-29 19:07:50 (GMT) |
commit | 43d60114a57b12766106cd264f358b9bfa098bba (patch) | |
tree | bdb3a6158a225ffbdfd7ad29bf0b5700cf75f557 /Source/cmakexbuild.cxx | |
parent | 2437b40933bd8377815a51a8154a81d3a70dc0fc (diff) | |
download | CMake-43d60114a57b12766106cd264f358b9bfa098bba.zip CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.gz CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.bz2 |
Run vim spellcheck on some files
Diffstat (limited to 'Source/cmakexbuild.cxx')
-rw-r--r-- | Source/cmakexbuild.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakexbuild.cxx b/Source/cmakexbuild.cxx index 89d0ec5..8eaae47 100644 --- a/Source/cmakexbuild.cxx +++ b/Source/cmakexbuild.cxx @@ -15,7 +15,7 @@ // This is a wrapper program for xcodebuild // it calls xcodebuild, and does two things -// it removes much of the output, all the setevn +// it removes much of the output, all the setenv // stuff. Also, it checks for the text file busy // error, and re-runs xcodebuild until that error does // not show up. |