summaryrefslogtreecommitdiffstats
path: root/Source/cmakexbuild.cxx
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-26 18:44:20 (GMT)
committerBrad King <brad.king@kitware.com>2012-02-29 19:07:50 (GMT)
commit43d60114a57b12766106cd264f358b9bfa098bba (patch)
treebdb3a6158a225ffbdfd7ad29bf0b5700cf75f557 /Source/cmakexbuild.cxx
parent2437b40933bd8377815a51a8154a81d3a70dc0fc (diff)
downloadCMake-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.cxx2
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.