mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-07 15:25:54 +00:00
Fixed typo
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user