Fix typo.

It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.
This commit is contained in:
noname@inventati.org 2015-04-13 14:03:12 +02:00 committed by Roberto E. Vargas Caballero
parent c569e3146e
commit 9d1495f9ee
1 changed files with 1 additions and 1 deletions

2
st.c
View File

@ -1,4 +1,4 @@
/* See LICENSE for licence details. */
/* See LICENSE for license details. */
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>