]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/DictionaryApplication.java
Fix spelling.
[Dictionary.git] / 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);