summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-11-28 00:40:13 -0500
committerChris Buechler <cmb@pfsense.org>2009-11-28 00:40:39 -0500
commit34cdf94907bfbda3cbb96b1a317cfcd7a7844478 (patch)
tree61d93ebc00e92ee683b4f7bc3acc9cdd18a75eb5 /usr/local/www/diag_backup.php
parent58b0abb3d3485dc5506e6b8e6ec29297e1c16244 (diff)
downloadpfsense-34cdf94907bfbda3cbb96b1a317cfcd7a7844478.zip
pfsense-34cdf94907bfbda3cbb96b1a317cfcd7a7844478.tar.gz
fix typo
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index b3389b3..fe8a262 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -284,7 +284,7 @@ if ($_POST) {
if($_POST['restorearea']) {
/* restore a specific area of the configuration */
if(!stristr($data, $_POST['restorearea'])) {
- $input_errors[] = "You have selected to restore a area but we could not locate the correct xml tag.";
+ $input_errors[] = "You have selected to restore an area but we could not locate the correct xml tag.";
} else {
restore_config_section($_POST['restorearea'], $data);
filter_configure();
OpenPOWER on IntegriCloud