소스 검색

Fix typo.

It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.
noname@inventati.org 10 년 전
부모
커밋
9d1495f9ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      st.c

+ 1 - 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>