changeset 1626:055ea3cdbcd3

Fix buggy comment
author Mikael Berthe <mikael@lilotux.net>
date Tue, 20 Oct 2009 22:59:49 +0200
parents e3b93594ee6c
children ff22a18abfe6
files mcabber/src/commands.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");