1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

core: fix typos in many comments and some strings

This commit is contained in:
Sebastien Helleu
2013-03-17 12:55:20 +01:00
parent 46677c79fc
commit 149c77decd
70 changed files with 228 additions and 217 deletions
+2 -2
View File
@@ -245,7 +245,7 @@ gui_bar_get_min_height (struct t_gui_bar *bar)
}
/*
* Checks if "add_size" is ok for bar.
* Checks if "add_size" is OK for bar.
*
* Returns:
* 1: new size is OK
@@ -287,7 +287,7 @@ gui_bar_check_size_add (struct t_gui_bar *bar, int add_size)
}
}
/* new size ok */
/* new size OK */
return 1;
}