Fixed typo

This commit is contained in:
Uwe Seimet 2021-12-20 19:06:18 +01:00
parent a36dabc002
commit c98a2b9069
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ bool RascsiImage::DeleteImage(int fd, const PbCommand& command)
}
if (remove(full_folder.c_str())) {
return ReturnStatus(fd, false, "Can't delete empty image folder '" + full_folder +"'");
return ReturnStatus(fd, false, "Can't delete empty image folder '" + full_folder + "'");
}
last_slash = folder.rfind('/');