From 6d2c0fd06ffa2d12ab1a1bf156784e6949a903a1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 26 Mar 2016 11:53:07 +0100 Subject: net: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- net/radicale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/radicale/Makefile') diff --git a/net/radicale/Makefile b/net/radicale/Makefile index a08c62dad..4cec836e6 100644 --- a/net/radicale/Makefile +++ b/net/radicale/Makefile @@ -91,7 +91,7 @@ define Package/$(PKG_NAME)-py2/preinst # stop service if PKG_UPGRADE [ "$${PKG_UPGRADE}" = "1" ] && /etc/init.d/$(PKG_NAME) stop >/dev/null 2>&1 - exit 0 # supress errors from stop command + exit 0 # suppress errors from stop command endef define Package/$(PKG_NAME)-py3/preinst $(call Package/$(PKG_NAME)-py2/preinst) -- cgit v1.2.3