diff options
author | noname@inventati.org <noname@inventati.org> | 2015-04-13 14:03:12 +0200 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2015-04-13 14:26:01 +0200 |
commit | 9d1495f9eeee993a480c7ab1755803d081d794e6 (patch) | |
tree | 665b3c8b8dc6bcbcfd43a3a041ca2c0d90bb7348 | |
parent | c569e3146e6999f6a02acecd145929c87e15b528 (diff) | |
download | st-9d1495f9eeee993a480c7ab1755803d081d794e6.tar.gz st-9d1495f9eeee993a480c7ab1755803d081d794e6.tar.bz2 |
Fix typo.
It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* See LICENSE for licence details. */ +/* See LICENSE for license details. */ #include <ctype.h> #include <errno.h> #include <fcntl.h> |