Skip to content

Commit 17c647f

Browse files
committed
feat(android): revert typo, will be in a dedicated "cleanup" branch
1 parent 28f950e commit 17c647f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/FileUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ private JSONObject requestAllPaths() throws JSONException {
10621062
ret.put("externalMediaDirectory", externalMediaDir);
10631063
} catch (NullPointerException e) {
10641064
/* 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");
1065+
LOG.d(LOG_TAG, "Unable to access these paths, most liklely due to USB storage");
10661066
}
10671067
return ret;
10681068
}

0 commit comments

Comments
 (0)