summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers/wrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gcc-wrappers/wrapper.cxx')
-rw-r--r--solenv/gcc-wrappers/wrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gcc-wrappers/wrapper.cxx b/solenv/gcc-wrappers/wrapper.cxx
index a3bd84a47d69..ba22e1642630 100644
--- a/solenv/gcc-wrappers/wrapper.cxx
+++ b/solenv/gcc-wrappers/wrapper.cxx
@@ -20,7 +20,7 @@ string getexe(string exename) {
size_t cmdlen;
_dupenv_s(&cmdbuf,&cmdlen,exename.c_str());
if(!cmdbuf) {
- cout << "Error " << exename << " not defined. Did you forget to source the enviroment?" << endl;
+ cout << "Error " << exename << " not defined. Did you forget to source the environment?" << endl;
exit(1);
}
string command(cmdbuf);