mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-04 23:30:47 +00:00
Fixed typo
This commit is contained in:
parent
3b250f0eff
commit
2483687b8a
@ -268,7 +268,7 @@ void CommandCopyImage(const string&hostname, int port, const string& image_param
|
|||||||
command.add_params(image_params.substr(separatorPos + 1));
|
command.add_params(image_params.substr(separatorPos + 1));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cerr << "Error: Invalid file description '" << image_params << "', format is CURENT_NAME:NEW_NAME" << endl;
|
cerr << "Error: Invalid file description '" << image_params << "', format is CURRENT_NAME:NEW_NAME" << endl;
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user