diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-25 11:46:36 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-25 11:46:36 +0200 |
commit | 1c8a7a232935d1c2b7f1916faae11d730624bdc3 (patch) | |
tree | 7d6ecbb80041d54b958dbf790e37e1ee20c199cb /protocols/nogaim.h | |
parent | fc630f9fb47690c30feaf4738727a213d633afc9 (diff) |
Fix typo
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 282a2455..8744054a 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -51,7 +51,7 @@ #define SELF_ALIAS_LEN 400 #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */ -#define WEBSITE "http://www.bitlee.org/" +#define WEBSITE "http://www.bitlbee.org/" #define IM_FLAG_AWAY 0x0020 #define OPT_CONN_HTML 0x00000001 #define OPT_LOGGED_IN 0x00010000 |