fix: Fix various typos.

Signed-off-by: Timo Aaltonen <tjaalton@debian.org>
This commit is contained in:
Timo Aaltonen
2024-04-17 10:13:28 +03:00
committed by Compute-Runtime-Automation
parent 34544c35dc
commit cb984b3e4b
5 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ int MultiCommand::singleBuild(const std::vector<std::string> &args) {
if (retVal == OCLOC_SUCCESS) {
outputFile << getCurrentDirectoryOwn(outDirForBuilds) + outFileName;
} else {
outputFile << "Unsuccesful build";
outputFile << "Unsuccessful build";
}
outputFile << '\n';
@@ -167,7 +167,7 @@ Usage: ocloc multi <file_name>
'-file <filename> -device <device_type> [compile_options]'.
See 'ocloc compile --help' for available compile_options.
Results of subsequent compilations will be dumped into
a directory with name indentical file_name's base name.
a directory with name identical file_name's base name.
-output_file_list Name of optional file containing
paths to outputs .bin files