* Fixed typo "Internel error"

* Revert french translation
This commit is contained in:
Thomas
2024-06-26 14:37:08 +02:00
committed by GitHub
parent 1376556b0a
commit c7f0fc86a7
20 changed files with 168 additions and 168 deletions

View File

@@ -284,7 +284,7 @@ bool SimplyPrint::do_temp_upload(const boost::filesystem::path& file_path,
{
if (file_path.empty() == chunk_id.empty()) {
BOOST_LOG_TRIVIAL(error) << "SimplyPrint: Invalid arguments: both file_path and chunk_id are set or not provided";
error_fn(_L("Internel error"));
error_fn(_L("Internal error"));
return false;
}