Prevent MTP enable on startup if crash detected

Change-Id: Ie1388a8acadf714a29721dd90c7f9a8aa38a860d
diff --git a/mtp/MtpStorage.cpp b/mtp/MtpStorage.cpp
index c726bc6..8a0a451 100755
--- a/mtp/MtpStorage.cpp
+++ b/mtp/MtpStorage.cpp
@@ -652,7 +652,7 @@
 			}
 		}
 	}
-	// handle not foudn on this storage
+	// handle not found on this storage
 	return -1;
 }