Skip to content

Commit 11fb3b5

Browse files
committedSep 19, 2019
Fix typo
1 parent 774c932 commit 11fb3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scidOnTheGo/src/main/java/org/scid/android/engine/EngineManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public EngineConfig removeEngine(String engineName) {
302302
context.getString(R.string.engine_removed, engineName),
303303
Toast.LENGTH_SHORT).show();
304304

305-
// If executable is no longer used, deleted it from
305+
// If executable is no longer used, delete it from
306306
// internal storage
307307
if (!stillUsed) {
308308
AlertDialog.Builder builder = new AlertDialog.Builder(context);

0 commit comments

Comments
 (0)
Failed to load comments.