From 2d80e4492cd8b701fbc1e05c7f83438b7319e755 Mon Sep 17 00:00:00 2001 From: Steven <31380256+StevenNexus@users.noreply.github.com> Date: Sun, 16 Dec 2018 03:38:41 -0500 Subject: [PATCH] Update Makefile (#1071) Fix typo in PLUGIN_COMMENT, "supportung" to "supporting" --- dns/dnscrypt-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 601867892..d016001ec 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= dnscrypt-proxy PLUGIN_VERSION= 1.0 PLUGINS_REVISION= 1 -PLUGIN_COMMENT= Flexible DNS proxy supportung DNSCrypt and DoH +PLUGIN_COMMENT= Flexible DNS proxy supporting DNSCrypt and DoH PLUGIN_DEPENDS= dnscrypt-proxy2 PLUGIN_MAINTAINER= m.muenz@gmail.com