Skip to content

Commit 187b94d

Browse files
committed
feat(android): typo in log message
1 parent b751457 commit 187b94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ private JSONObject requestAllPaths() throws JSONException {
10031003
ret.put("externalRootDirectory", toDirUrl(Environment.getExternalStorageDirectory()));
10041004
} catch (NullPointerException e) {
10051005
/* 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");
1006+
LOG.d(LOG_TAG, "Unable to access these paths, most likely due to USB storage");
10071007
}
10081008
}
10091009
return ret;

0 commit comments

Comments
 (0)