Skip to content

Commit

Permalink
Fix: misspelled word (#829)
Browse files Browse the repository at this point in the history
* typo

* typo

* Make it better

Co-authored-by: Mozi <[email protected]>
Signed-off-by: Hamed Masafi <[email protected]>

---------

Signed-off-by: Hamed Masafi <[email protected]>
Co-authored-by: Mozi <[email protected]>
  • Loading branch information
HamedMasafi and pzhlkj6612 authored Dec 25, 2024
1 parent 2018b77 commit 4d1496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Deploy/src/configparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ bool ConfigParser::parseDeployMode(bool checkBin) {
QuasarAppUtils::Params::log("Failed to initialize targets or extra data!",
QuasarAppUtils::Error);

QuasarAppUtils::Params::log("Use bin or extraData optins. And check input pathes.",
QuasarAppUtils::Params::log("Use bin or extraData options and check input paths.",
QuasarAppUtils::Info);
return false;
}
Expand Down

0 comments on commit 4d1496e

Please sign in to comment.