aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2009-12-13 14:48:56 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2009-12-13 14:48:56 +0000
commit1c3008ac0b2b29f7e14ec9b874af3277c511c7a4 (patch)
tree06bbcb3f3dfc999ff44ee4c41b86f590fc1f6aef /protocols/jabber/jabber.h
parent2288705af462b4aca2d56f228bff269eab8d8b5f (diff)
No functional changes, just some style "fixes". Although I admit I'm
somewhat growing out of my own coding style, I do try to keep things consistent at least within files. Comments are now in reviewboard: http://code.bitlbee.org/rb/r/13/
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 9f101f83..898c4978 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -59,7 +59,7 @@ typedef enum
have a real JID. */
} jabber_buddy_flags_t;
-/* Stores a streamhost's(a.k.a. proxy) data */
+/* Stores a streamhost's (a.k.a. proxy) data */
typedef struct
{
char *jid;