From: noname@inventati.org <noname@inventati.org>
Date: Mon, 13 Apr 2015 12:03:12 +0000 (+0200)
Subject: Fix typo.
X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=9d1495f9eeee993a480c7ab1755803d081d794e6;p=st.git

Fix typo.

It seems that LICENSE files are more common than LICENCE files.
At least this patch makes spelling consistent.
---

diff --git a/st.c b/st.c
index 2c58a3e..0558593 100644
--- a/st.c
+++ b/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>