From 3c71347f5a75032bec220c69d4e5bcfeb576c570 Mon Sep 17 00:00:00 2001 From: Dees Troy Date: Fri, 18 Oct 2013 17:12:59 +0000 Subject: Fix spelling error Change-Id: Id932ce1b99dee85feb788c513acad3384af6459e --- partition.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partition.cpp b/partition.cpp index 10cfb9f27..093f553c0 100644 --- a/partition.cpp +++ b/partition.cpp @@ -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()); } } -- cgit v1.2.3