aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index 56a0c339..c4b64b86 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -145,7 +145,7 @@ if($config['installedpackages']['carp']['config'] <> "")
<tr><td>
<center>
<?php
- echo "<br>pfsync nodes:<br>";
+ echo "<br>pfSync nodes:<br>";
echo "<pre>";
system("/sbin/pfctl -vvss | /usr/bin/grep creator | /usr/bin/cut -d\" \" -f7 | /usr/bin/sort -u");
echo "</pre>";