From 9c7582afe0afb403af7276ba09cbf6e588b448d2 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 27 Nov 2015 14:33:56 +0100
Subject: [PATCH] gluon-luci-private-wifi: fix typo in code file and regenerate
 translation files (correctly this time)

---
 .../files/usr/lib/lua/luci/model/cbi/admin/privatewifi.lua      | 2 +-
 package/gluon-luci-private-wifi/i18n/de.po                      | 2 +-
 package/gluon-luci-private-wifi/i18n/fr.po                      | 2 +-
 .../gluon-luci-private-wifi/i18n/gluon-luci-private-wifi.pot    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/gluon-luci-private-wifi/files/usr/lib/lua/luci/model/cbi/admin/privatewifi.lua b/package/gluon-luci-private-wifi/files/usr/lib/lua/luci/model/cbi/admin/privatewifi.lua
index d3ddcd723..788ff4303 100644
--- a/package/gluon-luci-private-wifi/files/usr/lib/lua/luci/model/cbi/admin/privatewifi.lua
+++ b/package/gluon-luci-private-wifi/files/usr/lib/lua/luci/model/cbi/admin/privatewifi.lua
@@ -11,7 +11,7 @@ f.template = "admin/expertmode"
 
 s = f:section(SimpleSection, nil, translate(
                 'Your node can additionally extend your private network by bridging the WAN interface '
-                  .. 'with a seperate WLAN. This feature is completely independent of the mesh functionality. '
+                  .. 'with a separate WLAN. This feature is completely independent of the mesh functionality. '
                   .. 'Please note that the private WLAN and meshing on the WAN interface should not be enabled '
                   .. 'at the same time.'
 ))
diff --git a/package/gluon-luci-private-wifi/i18n/de.po b/package/gluon-luci-private-wifi/i18n/de.po
index 31223cd42..5b2ac19da 100644
--- a/package/gluon-luci-private-wifi/i18n/de.po
+++ b/package/gluon-luci-private-wifi/i18n/de.po
@@ -21,7 +21,7 @@ msgstr "Privates WLAN"
 
 msgid ""
 "Your node can additionally extend your private network by bridging the WAN "
-"interface with a seperate WLAN. This feature is completely independent of "
+"interface with a separate WLAN. This feature is completely independent of "
 "the mesh functionality. Please note that the private WLAN and meshing on the "
 "WAN interface should not be enabled at the same time."
 msgstr ""
diff --git a/package/gluon-luci-private-wifi/i18n/fr.po b/package/gluon-luci-private-wifi/i18n/fr.po
index 6bf2bb2d9..c95ecd0a2 100644
--- a/package/gluon-luci-private-wifi/i18n/fr.po
+++ b/package/gluon-luci-private-wifi/i18n/fr.po
@@ -21,7 +21,7 @@ msgstr "WLAN privé"
 
 msgid ""
 "Your node can additionally extend your private network by bridging the WAN "
-"interface with a seperate WLAN. This feature is completely independent of "
+"interface with a separate WLAN. This feature is completely independent of "
 "the mesh functionality. Please note that the private WLAN and meshing on the "
 "WAN interface should not be enabled at the same time."
 msgstr ""
diff --git a/package/gluon-luci-private-wifi/i18n/gluon-luci-private-wifi.pot b/package/gluon-luci-private-wifi/i18n/gluon-luci-private-wifi.pot
index 4051319f8..98d41bf85 100644
--- a/package/gluon-luci-private-wifi/i18n/gluon-luci-private-wifi.pot
+++ b/package/gluon-luci-private-wifi/i18n/gluon-luci-private-wifi.pot
@@ -12,7 +12,7 @@ msgstr ""
 
 msgid ""
 "Your node can additionally extend your private network by bridging the WAN "
-"interface with a seperate WLAN. This feature is completely independent of "
+"interface with a separate WLAN. This feature is completely independent of "
 "the mesh functionality. Please note that the private WLAN and meshing on the "
 "WAN interface should not be enabled at the same time."
 msgstr ""
-- 
GitLab