1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +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
@@ -64,7 +64,7 @@ int debug_dump_active = 0;
void
debug_dump (int crash)
{
/* prevent reentrance */
/* prevent reentrancy */
if (debug_dump_active)
exit (EXIT_FAILURE);
@@ -473,7 +473,7 @@ debug_infolists ()
gui_chat_printf (NULL, "");
gui_chat_printf (NULL, "%d infolists in memory (%s)", count,
(count == 0) ?
"this is ok!" :
"this is OK!" :
"WARNING: this is probably a memory leak in WeeChat or "
"plugins/scripts!");