]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Fix spelling.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 17 Nov 2015 12:23:21 +0000 (13:23 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 17 Nov 2015 13:34:29 +0000 (14:34 +0100)
src/com/hughes/android/dictionary/DictionaryApplication.java

index c8e204b8b9c998a7980f3500dc381043c29ff505..d10c3d5dd6abd54e979509247469a718072ce53c 100644 (file)
@@ -605,7 +605,7 @@ public class DictionaryApplication extends Application {
                                 file.getName(), dictionaryInfo);
                     }
                 } else {
-                    Log.w(LOG, "dictDir is not a diretory: " + getDictDir().getPath());
+                    Log.w(LOG, "dictDir is not a directory: " + getDictDir().getPath());
                 }
                 if (!toAddSorted.isEmpty()) {
                     Collections.sort(toAddSorted, uncompressedFilenameComparator);