summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-01-03 12:51:40 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-01-03 12:51:40 (GMT)
commitba4e098a09da73738bd0f849492719bc37d36f1b (patch)
treebce539fa619a1e82d2a56bca322935d7a76b028b /src/portable.cpp
parent5b9bf6e3549ac9011f607cc50e764da6af347689 (diff)
downloadDoxygen-ba4e098a09da73738bd0f849492719bc37d36f1b.zip
Doxygen-ba4e098a09da73738bd0f849492719bc37d36f1b.tar.gz
Doxygen-ba4e098a09da73738bd0f849492719bc37d36f1b.tar.bz2
Small spelling correction in portable.cpp
Small spelling correction in portable.cpp
Diffstat (limited to 'src/portable.cpp')
-rw-r--r--src/portable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable.cpp b/src/portable.cpp
index 3ee1081..e191b26 100644
--- a/src/portable.cpp
+++ b/src/portable.cpp
@@ -251,7 +251,7 @@ void Portable::setenv(const char *name,const char *value)
loadEnvironment();
}
- proc_env[name] = std::string(value); // create or replace exisiting value
+ proc_env[name] = std::string(value); // create or replace existing value
#endif
}