diff options
author | Francesco Frassinelli <fraph24@gmail.com> | 2020-09-16 14:43:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 14:43:30 +0200 |
commit | bf7707274c3b8d8e165437c9ccad6fc132859453 (patch) | |
tree | 8046ca12b0e266f78f86c0a7f1105fdbc41ed288 | |
parent | Update README.md (diff) | |
download | kirc-bf7707274c3b8d8e165437c9ccad6fc132859453.tar.gz kirc-bf7707274c3b8d8e165437c9ccad6fc132859453.tar.bz2 kirc-bf7707274c3b8d8e165437c9ccad6fc132859453.tar.xz kirc-bf7707274c3b8d8e165437c9ccad6fc132859453.tar.zst kirc-bf7707274c3b8d8e165437c9ccad6fc132859453.zip |
Minor typo
-rw-r--r-- | kirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] \ |