summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-10-18 19:12:59 +0200
committerLalit Maganti <lalitmaganti@gmail.com>2013-10-24 21:29:47 +0200
commit3c71347f5a75032bec220c69d4e5bcfeb576c570 (patch)
tree6a5af564599aacbb24ebbc3135d2518c3d9686da
parentAdd toolbox_recovery rules (diff)
downloadandroid_bootable_recovery-3c71347f5a75032bec220c69d4e5bcfeb576c570.tar
android_bootable_recovery-3c71347f5a75032bec220c69d4e5bcfeb576c570.tar.gz
android_bootable_recovery-3c71347f5a75032bec220c69d4e5bcfeb576c570.tar.bz2
android_bootable_recovery-3c71347f5a75032bec220c69d4e5bcfeb576c570.tar.lz
android_bootable_recovery-3c71347f5a75032bec220c69d4e5bcfeb576c570.tar.xz
android_bootable_recovery-3c71347f5a75032bec220c69d4e5bcfeb576c570.tar.zst
android_bootable_recovery-3c71347f5a75032bec220c69d4e5bcfeb576c570.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());
}
}