We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b751457 commit 187b94dCopy full SHA for 187b94d
src/android/FileUtils.java
@@ -1003,7 +1003,7 @@ private JSONObject requestAllPaths() throws JSONException {
1003
ret.put("externalRootDirectory", toDirUrl(Environment.getExternalStorageDirectory()));
1004
} catch (NullPointerException e) {
1005
/* If external storage is unavailable, context.getExternal* returns null */
1006
- LOG.d(LOG_TAG, "Unable to access these paths, most liklely due to USB storage");
+ LOG.d(LOG_TAG, "Unable to access these paths, most likely due to USB storage");
1007
}
1008
1009
return ret;
0 commit comments