spelling: separate
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
0952ce78ec
commit
c677f06946
|
@ -473,7 +473,7 @@ ArgParser::assembleCommand(std::vector<String>& argsArray, String ignoreArg, in
|
|||
}
|
||||
|
||||
result.append(*it);
|
||||
// add space to saperate args
|
||||
// add space to separate args
|
||||
result.append(" ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue