Skip to content

Commit

Permalink
Small spelling correction in portable.cpp
Browse files Browse the repository at this point in the history
Small spelling correction in portable.cpp
  • Loading branch information
albert-github committed Jan 3, 2020
1 parent 5b9bf6e commit ba4e098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ba4e098

Please sign in to comment.