summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-23 07:48:23 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-05-23 07:48:23 -0300
commit23b3e6792f069839242a03583e9d386adf3829eb (patch)
tree6022bb36a1dfdb7794d4e7387c8b4966796bfa69 /usr/local/www/carp_status.php
parent77a4e6d7db7c40a3f2251eccc62db155df446c14 (diff)
downloadpfsense-23b3e6792f069839242a03583e9d386adf3829eb.zip
pfsense-23b3e6792f069839242a03583e9d386adf3829eb.tar.gz
Fix typo
Diffstat (limited to 'usr/local/www/carp_status.php')
-rw-r--r--usr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index a5223ae..8655bba 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -165,7 +165,7 @@ include("head.inc");
echo "<tr>";
$align = "style=\"vertical-align:middle\"";
if($carp_enabled == false) {
- $icon = "<img {$align} src=\"/themes/".$g['theme']."/images/icons/icon_block.gif\" alt=\"disbled\" />";
+ $icon = "<img {$align} src=\"/themes/".$g['theme']."/images/icons/icon_block.gif\" alt=\"disabled\" />";
$status = "DISABLED";
} else {
if($status == "MASTER") {
OpenPOWER on IntegriCloud