spelling: separate

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:33 -04:00
parent 0952ce78ec
commit c677f06946
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ ArgParser::assembleCommand(std::vector<String>& argsArray, String ignoreArg, in
} }
result.append(*it); result.append(*it);
// add space to saperate args // add space to separate args
result.append(" "); result.append(" ");
} }