src/gtkconv.c

changeset 8735
01248ea222d3
parent 8730
9533a7bcbedb
child 8748
b371a58d0263
--- a/src/gtkconv.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/gtkconv.c	Wed Apr 21 01:34:26 2004 +0000
@@ -1417,7 +1417,7 @@
 	/* If ALT (or whatever) was held down... */
 	else if (event->state & GDK_MOD1_MASK)
 	{
-		/* XXX - Make sure the conv exists befeore switching to it */
+		/* XXX - Make sure the conv exists before switching to it */
 		if (event->keyval > '0' && event->keyval <= '9') {
 			int switchto = event->keyval - '1';
 			if (switchto < numconvs)
@@ -2229,7 +2229,7 @@
 
 /*
  * Makes sure all the menu items and all the buttons are hidden/shown and
- * sensitive/insensitve.  This is called after changing tabs and when an
+ * sensitive/insensitive.  This is called after changing tabs and when an
  * account signs on or off.
  */
 static void
@@ -2257,7 +2257,7 @@
 	/*
 	 * Handle hiding and showing stuff based on what type of conv this is.
 	 * Stuff that Gaim IMs support in general should be shown for IM
-	 * conversations.  Stuff that Gaim chats support in gerneal should be
+	 * conversations.  Stuff that Gaim chats support in general should be
 	 * shown for chat conversations.  It doesn't matter whether the PRPL
 	 * supports it or not--that only affects if the button or menu item
 	 * is sensitive or not.

mercurial