aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchainlinc <chainlinc@users.noreply.github.com>2015-01-08 11:44:47 -0500
committerchainlinc <chainlinc@users.noreply.github.com>2015-01-08 11:44:47 -0500
commitbe539d834f86c409c69ac4079208d8c9e78ae3e3 (patch)
tree9d1407fed06eb222c8a90f48be7612a9a5c41d80
parentd77d9f0ff464cfdad2ba089cfb46a89a0c799006 (diff)
downloadpfsense-packages-be539d834f86c409c69ac4079208d8c9e78ae3e3.tar.gz
pfsense-packages-be539d834f86c409c69ac4079208d8c9e78ae3e3.tar.bz2
pfsense-packages-be539d834f86c409c69ac4079208d8c9e78ae3e3.zip
Update postfix_queue.php
fix typo
-rwxr-xr-xconfig/postfix/postfix_queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/postfix/postfix_queue.php b/config/postfix/postfix_queue.php
index 7afd8fe7..ba760259 100755
--- a/config/postfix/postfix_queue.php
+++ b/config/postfix/postfix_queue.php
@@ -228,7 +228,7 @@ else{
//prevent multiple instances
if ($('run').value=="show queue" || loop== 'running'){
$('run').value="running...";
- $('search_help').innerHTML ="<br><strong>You can change options while running.<br>To Stop seach, change update frequency to Never.</strong>";
+ $('search_help').innerHTML ="<br><strong>You can change options while running.<br>To Stop search, change update frequency to Never.</strong>";
var q_args=loopSelected('qshape');
var pars = 'cmd='+$('cmd').options[$('cmd').selectedIndex].value;
var pars = pars + '&qshape='+q_args;