Fix spelling error

This commit is contained in:
Dees Troy
2013-10-18 17:12:59 +00:00
parent 0cd27a85bc
commit d932ce1b99
+2 -2
View File
@@ -563,9 +563,9 @@ void TWPartition::Setup_Image(bool Display_Error) {
Backup_Size = Size;
} else {
if (Display_Error)
LOGERR("Unable to find parition size for '%s'\n", Mount_Point.c_str());
LOGERR("Unable to find partition size for '%s'\n", Mount_Point.c_str());
else
LOGINFO("Unable to find parition size for '%s'\n", Mount_Point.c_str());
LOGINFO("Unable to find partition size for '%s'\n", Mount_Point.c_str());
}
}