aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar noname@inventati.org <noname@inventati.org>2015-04-13 14:03:12 +0200
committerGravatar Roberto E. Vargas Caballero <k0ga@shike2.com>2015-04-13 14:26:01 +0200
commit9d1495f9eeee993a480c7ab1755803d081d794e6 (patch)
tree665b3c8b8dc6bcbcfd43a3a041ca2c0d90bb7348
parentc569e3146e6999f6a02acecd145929c87e15b528 (diff)
Fix typo.
It seems that LICENSE files are more common than LICENCE files. At least this patch makes spelling consistent.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 2c58a3e..0558593 100644
--- 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>