ddns-scripts: Fix typo s/ganid/gandi/
authorBheesham Persaud <me@bheesham.com>
Sat, 13 Aug 2022 17:23:28 +0000 (13:23 -0400)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 19 Aug 2022 18:35:05 +0000 (20:35 +0200)
Signed-off-by: Bheesham Persaud <me@bheesham.com>
(cherry picked from commit ad7f24684e42d74e6173b11d6f4e4c7662a656ac)

net/ddns-scripts/Makefile

index 7c21ca7a931dd15e0bc70f9bd7311d59ac0c17a6..fed24179f81aeb8f9c5d73487de5b01b02c437a1 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.8.2
-PKG_RELEASE:=24
+PKG_RELEASE:=25
 
 PKG_LICENSE:=GPL-2.0
 
@@ -201,7 +201,7 @@ define Package/ddns-scripts-gandi/description
   Dynamic DNS Client scripts extension for "gandi.net".
   It requires:
   "option username" to be a valid subdomain for gandi.net
-  "option password" to be a valid API key for ganid.net
+  "option password" to be a valid API key for gandi.net
 endef