Commit 9d1495f

noname@inventati.org <noname@inventati.org>
2015-04-13 08:03:12
Fix typo.
It seems that LICENSE files are more common than LICENCE files. At least this patch makes spelling consistent.
1 parent c569e31
Changed files (1)
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>