summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-10-18 19:12:59 +0200
committerDees Troy <dees_troy@teamw.in>2013-10-18 19:12:59 +0200
commitd932ce1b99dee85feb788c513acad3384af6459e (patch)
tree1f702cd5c7fbd3f744dedc90323a2ed10c5b794e
parentClean up init.rc (diff)
downloadandroid_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar
android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.gz
android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.bz2
android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.lz
android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.xz
android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.zst
android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.zip
-rw-r--r--partition.cpp4
1 files 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());
}
}