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 1b8d56223ca9..918a9b59307f 100644
--- a/solenv/gcc-wrappers/wrapper.cxx
+++ b/solenv/gcc-wrappers/wrapper.cxx
@@ -199,7 +199,7 @@ int startprocess(string command, string args) {
NULL, // Thread Handle not Inheritable
TRUE, // Handles are Inherited
0, // No creation flags
- NULL, // Enviroment for process
+ NULL, // Environment for process
NULL, // Use same starting directory
&si, // Startup Info
&pi) // Process Information