st

simple terminal

git clone https://9o.is/git/st.git

commit 881031d1d6e3991a4e06fb989b370a455d8f199b
parent 9447784d786d023da316822504a037cb40158d58
Author: noname@inventati.org <noname@inventati.org>
Date:   Mon, 13 Apr 2015 14:03:12 +0200

Fix typo.

It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -1,4 +1,4 @@ -/* See LICENSE for licence details. */ +/* See LICENSE for license details. */ #include <ctype.h> #include <errno.h> #include <fcntl.h>