diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-12-18 16:02:41 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-12-18 16:02:41 +0100 |
commit | a4af4f58c377e679c803ffb7a366ff8c98c47e56 (patch) | |
tree | 401aa39eacbaf060e3b705b7cc5080d2dc5abad9 /cpp | |
parent | C++ background test fixes (diff) | |
download | ice-a4af4f58c377e679c803ffb7a366ff8c98c47e56.tar.bz2 ice-a4af4f58c377e679c803ffb7a366ff8c98c47e56.tar.xz ice-a4af4f58c377e679c803ffb7a366ff8c98c47e56.zip |
Fixed typo
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index a3e5b083aa2..001ab5bb2a7 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -61,10 +61,10 @@ #endif // -// Check C++11 compiler is used when building the C++11 mapping +// Ensure the C++ compiler supports C++11 when using the C++11 mapping // #if defined(ICE_CPP11_MAPPING) && !defined(ICE_CPP11_COMPILER) -# error "you need a C++11 capble compiler to use C++11 mapping" +# error "you need a C++11 capable compiler to use the C++11 mapping" #endif |