aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kirc.c b/kirc.c
index 8f23bf6..f9bafd4 100644
--- a/kirc.c
+++ b/kirc.c
@@ -13,7 +13,7 @@
#include <sys/socket.h>
#define MSG_MAX 512 /* guaranteed max message length */
-#define CHA_MAX 200 /* gauranteed max channel length */
+#define CHA_MAX 200 /* guaranteed max channel length */
#define VERSION "0.0.9" /* software version */
#define USAGE "kirc [-s hostname] [-p port] [-c channel] [-n nick] \
[-r real name] [-u username] [-k password] [-x init command] [-w columns] \