diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-10-18 19:12:59 +0200 |
---|---|---|
committer | Lalit Maganti <lalitmaganti@gmail.com> | 2013-10-24 21:29:47 +0200 |
commit | 3c71347f5a75032bec220c69d4e5bcfeb576c570 (patch) | |
tree | 6a5af564599aacbb24ebbc3135d2518c3d9686da /partition.cpp | |
parent | Add toolbox_recovery rules (diff) | |
download | android_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 |
Diffstat (limited to 'partition.cpp')
-rw-r--r-- | partition.cpp | 4 |
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()); } } |