mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
termux-app: Fix a typo in TermuxPreferences
This commit is contained in:
committed by
Leonid Plyushch
parent
e3512c957d
commit
85a48a79a3
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user