summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2013-08-05 00:31:43 -0700
committerN0YB <Al_Stu@Frontier.com>2013-08-05 00:31:43 -0700
commitac50508387a58825d09c7413316304e73b98ac43 (patch)
treede1324da8c83f2fb9be2b29ab622fe46a60995a3
parent19b4f2c54a3dd569e67087daee8284bc3c63ea75 (diff)
downloadpfsense-ac50508387a58825d09c7413316304e73b98ac43.zip
pfsense-ac50508387a58825d09c7413316304e73b98ac43.tar.gz
Update services_dyndns_edit.php
fix typo - s/sperate/separate
-rw-r--r--usr/local/www/services_dyndns_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index a98a2a4..09f9e6b 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -352,7 +352,7 @@ function _onTypeChange(type){
<br/>
<?= gettext("If you need the new IP to be included in the request, put %IP% in its place.");?>
<br/>
- <?= gettext("If you need to include multiple possible values, sperate them with a |. If your provider includes a |, escape it with \\|");?>
+ <?= gettext("If you need to include multiple possible values, separate them with a |. If your provider includes a |, escape it with \\|");?>
<br/>
<?= gettext("Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or end of the returned results are removed before comparison.");?>
</td>
OpenPOWER on IntegriCloud