pingcheck: Fix spelling in description
Correct: wether => whether Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu>
This commit is contained in:
parent
fed1b3b11b
commit
e83417482f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pingcheck
|
PKG_NAME:=pingcheck
|
||||||
PKG_VERSION:=2019-10-08
|
PKG_VERSION:=2019-10-08
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_MIRROR_HASH:=0bf82809ce36106825d1a757c4624efcbab1829c1a9bf9e1e055e75ebf83403d
|
PKG_MIRROR_HASH:=0bf82809ce36106825d1a757c4624efcbab1829c1a9bf9e1e055e75ebf83403d
|
||||||
|
@ -37,7 +37,7 @@ endef
|
||||||
|
|
||||||
define Package/pingcheck/description
|
define Package/pingcheck/description
|
||||||
Checks by using "ping" (ICMP echo) or by opening connections to TCP port 80
|
Checks by using "ping" (ICMP echo) or by opening connections to TCP port 80
|
||||||
wether a configured host (normally on the internet) can be reached via a
|
whether a configured host (normally on the internet) can be reached via a
|
||||||
specific interface. Then makes this information available via ubus and triggers
|
specific interface. Then makes this information available via ubus and triggers
|
||||||
"online" and "offline" scripts.
|
"online" and "offline" scripts.
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue