Fix buggy comment
authorMikael Berthe <mikael@lilotux.net>
Tue, 20 Oct 2009 22:59:49 +0200
changeset 1626 055ea3cdbcd3
parent 1625 e3b93594ee6c
child 1627 ff22a18abfe6
Fix buggy comment
mcabber/src/commands.c
--- a/mcabber/src/commands.c	Mon Oct 19 10:02:53 2009 +0300
+++ b/mcabber/src/commands.c	Tue Oct 20 22:59:49 2009 +0200
@@ -243,7 +243,7 @@
   compl_add_category_word(COMPL_ROSTER, "unread_next");
   compl_add_category_word(COMPL_ROSTER, "note");
 
-  // Roster category
+  // Buffer category
   compl_add_category_word(COMPL_BUFFER, "clear");
   compl_add_category_word(COMPL_BUFFER, "bottom");
   compl_add_category_word(COMPL_BUFFER, "top");