Fix spelling error

Change-Id: Id932ce1b99dee85feb788c513acad3384af6459e
This commit is contained in:
Dees Troy
2013-10-18 17:12:59 +00:00
committed by Lalit Maganti
parent 4c07ab3c0e
commit 3c71347f5a
+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());
}
}