summaryrefslogtreecommitdiffstats
path: root/mtp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-09-04 04:42:49 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-09-04 04:42:49 +0200
commit6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12 (patch)
tree20c82dfac082916555161ad5bc5e304ec8f3ca94 /mtp
parentAllow MTP debug setting to stick through a reboot (diff)
downloadandroid_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar
android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.gz
android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.bz2
android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.lz
android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.xz
android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.zst
android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.zip
Diffstat (limited to 'mtp')
-rwxr-xr-xmtp/MtpStorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/MtpStorage.cpp b/mtp/MtpStorage.cpp
index c726bc651..8a0a4514f 100755
--- a/mtp/MtpStorage.cpp
+++ b/mtp/MtpStorage.cpp
@@ -652,7 +652,7 @@ int MtpStorage::renameObject(MtpObjectHandle handle, std::string newName) {
}
}
}
- // handle not foudn on this storage
+ // handle not found on this storage
return -1;
}