mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 00:16:22 +00:00
Fix various typos
This commit is contained in:
@@ -1850,10 +1850,10 @@ void
|
||||
cons_winpos_setting(void)
|
||||
{
|
||||
ProfWinPlacement* placement = prefs_get_win_placement();
|
||||
cons_show("Title bar postion (/titlebar) : %d", placement->titlebar_pos);
|
||||
cons_show("Main window postion (/mainwin) : %d", placement->mainwin_pos);
|
||||
cons_show("Status bar postion (/statusbar) : %d", placement->statusbar_pos);
|
||||
cons_show("Input window postion (/inputwin) : %d", placement->inputwin_pos);
|
||||
cons_show("Title bar position (/titlebar) : %d", placement->titlebar_pos);
|
||||
cons_show("Main window position (/mainwin) : %d", placement->mainwin_pos);
|
||||
cons_show("Status bar position (/statusbar) : %d", placement->statusbar_pos);
|
||||
cons_show("Input window position (/inputwin) : %d", placement->inputwin_pos);
|
||||
prefs_free_win_placement(placement);
|
||||
}
|
||||
|
||||
|
||||
@@ -450,7 +450,7 @@ _mucwin_print_triggers(ProfWin* window, const char* const message, GList* trigge
|
||||
continue;
|
||||
}
|
||||
|
||||
// found, repace vars if earlier than previous
|
||||
// found, replace vars if earlier than previous
|
||||
int trigger_pos = trigger_ptr - message_lower;
|
||||
if (first_trigger_pos == -1 || trigger_pos < first_trigger_pos) {
|
||||
first_trigger_pos = trigger_pos;
|
||||
|
||||
@@ -528,7 +528,7 @@ wins_close_by_num(int i)
|
||||
|
||||
ProfWin* window = wins_get_by_num(i);
|
||||
if (window) {
|
||||
// cancel upload proccesses of this window
|
||||
// cancel upload processes of this window
|
||||
http_upload_cancel_processes(window);
|
||||
|
||||
switch (window->type) {
|
||||
|
||||
Reference in New Issue
Block a user