We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f950e commit 17c647fCopy full SHA for 17c647f
src/android/FileUtils.java
@@ -1062,7 +1062,7 @@ private JSONObject requestAllPaths() throws JSONException {
1062
ret.put("externalMediaDirectory", externalMediaDir);
1063
} catch (NullPointerException e) {
1064
/* If external storage is unavailable, context.getExternal* returns null */
1065
- LOG.d(LOG_TAG, "Unable to access these paths, most likely due to USB storage");
+ LOG.d(LOG_TAG, "Unable to access these paths, most liklely due to USB storage");
1066
}
1067
return ret;
1068
0 commit comments