pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c569e31
)
Fix typo.
author
noname@inventati.org
<noname@inventati.org>
Mon, 13 Apr 2015 12:03:12 +0000
(14:03 +0200)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Mon, 13 Apr 2015 12:26:01 +0000
(14:26 +0200)
It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
2c58a3e
..
0558593
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1,4
+1,4
@@
-/* See LICENSE for licen
c
e details. */
+/* See LICENSE for licen
s
e details. */
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>