mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix spelling of "persistent(ly)"
This commit is contained in:
parent
56efb1a298
commit
9170a088cd
@ -5127,14 +5127,14 @@ cmd_clear(ProfWin* window, const char* const command, gchar** args)
|
||||
|
||||
if (args[1] != NULL) {
|
||||
if ((g_strcmp0(args[1], "on") == 0) || (g_strcmp0(args[1], "off") == 0)) {
|
||||
_cmd_set_boolean_preference(args[1], command, "Persistant history", PREF_CLEAR_PERSIST_HISTORY);
|
||||
_cmd_set_boolean_preference(args[1], command, "Persistent history", PREF_CLEAR_PERSIST_HISTORY);
|
||||
return TRUE;
|
||||
}
|
||||
} else {
|
||||
if (prefs_get_boolean(PREF_CLEAR_PERSIST_HISTORY)) {
|
||||
win_println(window, THEME_DEFAULT, "!", " Persistantly clear screen : ON");
|
||||
win_println(window, THEME_DEFAULT, "!", " Persistently clear screen : ON");
|
||||
} else {
|
||||
win_println(window, THEME_DEFAULT, "!", " Persistantly clear screen : OFF");
|
||||
win_println(window, THEME_DEFAULT, "!", " Persistently clear screen : OFF");
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user