diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-01-03 15:27:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 15:27:46 (GMT) |
commit | 0e874a5229554347254d5b346149e8540ba0f686 (patch) | |
tree | 408ea5e3f44d2b652ad7174f81bba4040aaf010f | |
parent | 7710e654e5e10dd956307140694e03d509d19ba0 (diff) | |
parent | ba4e098a09da73738bd0f849492719bc37d36f1b (diff) | |
download | Doxygen-0e874a5229554347254d5b346149e8540ba0f686.zip Doxygen-0e874a5229554347254d5b346149e8540ba0f686.tar.gz Doxygen-0e874a5229554347254d5b346149e8540ba0f686.tar.bz2 |
Merge pull request #7476 from albert-github/feature/bug_spell_portable
Small spelling correction in portable.cpp
-rw-r--r-- | src/portable.cpp | 2 |
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 } |