termux-app: Fix a typo in TermuxPreferences

This commit is contained in:
Yuvraj Saxena
2019-02-19 23:39:44 +05:30
committed by Leonid Plyushch
parent e3512c957d
commit 85a48a79a3

View File

@@ -157,7 +157,7 @@ final class TermuxPreferences {
}
}
} catch (IOException e) {
Toast.makeText(context, "Could not open the propertiey file termux.properties.", Toast.LENGTH_LONG).show();
Toast.makeText(context, "Could not open properties file termux.properties.", Toast.LENGTH_LONG).show();
Log.e("termux", "Error loading props", e);
}