fix typo - lchat - A line oriented chat front end for ii. | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 89a6ea8650dbacbd3235dea05e5c98842dd37b64 | |
parent 5152e1d331ca3dff844c7ee7aecf43874a4ccb03 | |
Author: Jan Klemkow <[email protected]> | |
Date: Mon, 28 Dec 2015 22:25:59 +0100 | |
fix typo | |
Diffstat: | |
M README.md | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -1,7 +1,7 @@ | |
line chat | |
========= | |
-Line chat is the littel and small brother of cii. It is a front end for | |
+Line chat is the little and small brother of cii. It is a front end for | |
ii-like chat programs (e.g. [1] [2] [3]). It uses tail(1) -f to get the chat | |
output in background. | |