From c00b2eda18bc69c36ace22fb8d0ccfe40aaa2125 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 19 May 2009 18:43:19 -0400 Subject: fix typos --- config/autoconfigbackup/autoconfigbackup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/autoconfigbackup/autoconfigbackup.php') diff --git a/config/autoconfigbackup/autoconfigbackup.php b/config/autoconfigbackup/autoconfigbackup.php index 4f143adb..0af10b31 100644 --- a/config/autoconfigbackup/autoconfigbackup.php +++ b/config/autoconfigbackup/autoconfigbackup.php @@ -124,7 +124,7 @@ function get_hostnames() { if ($input_errors) print_input_errors($input_errors); if($hostname <> $myhostname) - print_info_box("Warning! You are currently viewing an alternate hosts backup history ($hostname)"); + print_info_box("Warning! You are currently viewing an alternate host's backup history ($hostname)"); ?> "; else - echo ""; + echo ""; ?>
@@ -204,7 +204,7 @@ function get_hostnames() { $ondisksha256 = trim(`/sbin/sha256 /tmp/config_restore.xml | awk '{ print $4 }'`); if($sha256 != "0" && $sha256 != "") // we might not have a sha256 on file for older backups if($ondisksha256 <> $sha256) - $input_errors[] = "SHA256 values does not match, cannot restore."; + $input_errors[] = "SHA256 values do not match, cannot restore."; if (curl_errno($curl_session)) { /* If an error occured, log the error in /tmp/ */ $fd = fopen("/tmp/acb_restoredebug.txt", "w"); @@ -362,7 +362,7 @@ EOF; if($counter == 0) echo "
Sorry, we could not locate any backups at portal.pfsense.org for this hostname ({$hostname}).

Backups hosted currently for this hostname on portalpfsense.org: {$counter}.

Backups hosted currently for this hostname on portal.pfsense.org: {$counter}.
-- cgit v1.2.3