]> git.armaanb.net Git - st.git/commitdiff
Fix typo.
authornoname@inventati.org <noname@inventati.org>
Mon, 13 Apr 2015 12:03:12 +0000 (14:03 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 13 Apr 2015 12:26:01 +0000 (14:26 +0200)
It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.

st.c

diff --git a/st.c b/st.c
index 2c58a3e7028d5c654cf796aa79bcb5d971d0e6e0..05585937dd19b023d51c7e7800f595b366316f0a 100644 (file)
--- 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>