Skip to content

Commit f3814ae

Browse files
Edge-Sevennamkhanh20xx
andauthored
Fix typos in some files (#1696)
Co-authored-by: khanhkhanhlele <[email protected]>
1 parent 50c2a14 commit f3814ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/sdcard/src/android/SDcard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public void run() {
452452
try {
453453
DocumentFile file = getFile(filename);
454454
if (file == null) {
455-
callback.error("File not fount.");
455+
callback.error("File not found.");
456456
return;
457457
}
458458
if (canWrite(file.getUri())) {

0 commit comments

Comments
 (0)