[asterisk-scf-commits] asterisk-scf/integration/cmake.git branch "natty-fix" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jun 9 10:11:24 CDT 2011
branch "natty-fix" has been updated
via 7b50a9912de786442505963ff7d8c66c196cb6a6 (commit)
from 161acb6eae8ffd6cffc18861bd2657dee986739f (commit)
Summary of changes:
AsteriskSCF.cmake | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 7b50a9912de786442505963ff7d8c66c196cb6a6
Author: David M. Lee <dlee at digium.com>
Date: Thu Jun 9 10:09:15 2011 -0500
Fixed typos and ESL-style grammer in comments.
How someone who grew up in Tennessee so consistently writes in ESL
grammer, I may never find out.
See CR-ASTSCF-99
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index cc51ae6..d039634 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -33,7 +33,7 @@
#
#
-# CMake variables (can be define using -D on the cmake command line)
+# CMake variables (can be defined using -D on the cmake command line)
# * ENABLE_CPP0X - Enables C++0x features in the compiler. Will error out if
# compiler does not support C++0x.
#
@@ -342,7 +342,7 @@ function(asterisk_scf_project NAME ICE_VERSION)
endif()
endif()
- # If C++0x support requested, use a compiler check to see if it is available
+ # If C++0x support is requested, use a compiler check to see if it is available
# C++0x was on by default, but we disabled it due to problems with
# Ubuntu 11.04.
# See http://bugs.launchpad.net/ubuntu/+source/boost1.42/+bug/776860
-----------------------------------------------------------------------
--
asterisk-scf/integration/cmake.git
More information about the asterisk-scf-commits
mailing list