all repos — st @ 9d1495f9eeee993a480c7ab1755803d081d794e6

st (suckless terminal) config

Fix typo.

It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.
noname@inventati.org noname@inventati.org
commit

9d1495f9eeee993a480c7ab1755803d081d794e6

parent

c569e3146e6999f6a02acecd145929c87e15b528

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -1,4 +1,4 @@

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