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 2c58a3e..0558593 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>