Mercurial > pidgin
diff src/gtkconv.c @ 8735:92cbf9713795
[gaim-migrate @ 9490]
Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in
the coments and documentaion. Thansk Jonathan!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 21 Apr 2004 01:34:26 +0000 |
| parents | 8b935eddeb10 |
| children | 13d592f485d1 |
line wrap: on
line diff
--- 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.
