From 6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Wed, 3 Sep 2014 21:42:49 -0500 Subject: Prevent MTP enable on startup if crash detected Change-Id: Ie1388a8acadf714a29721dd90c7f9a8aa38a860d --- mtp/MtpStorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtp') 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; } -- cgit v1.2.3