summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-03-11 21:55:07 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-03-11 21:55:07 +0100
commit00707bc52dec72ada2b2b142ffbf4dccc8025c12 (patch)
treed4d0855ae11737319c8f4a870affbcc3b86a2018 /etc
parent8b060357e806292c10e79ff7d7f01e6722c29975 (diff)
downloadpfsense-00707bc52dec72ada2b2b142ffbf4dccc8025c12.zip
pfsense-00707bc52dec72ada2b2b142ffbf4dccc8025c12.tar.gz
Correct spelling to the past tense
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 00f4b64..e2f713a 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -789,7 +789,7 @@ EOD;
/* mange racoon process */
if (is_process_running("racoon")) {
sleep("0.1");
- log_error("IPSEC: Send a reload signal to the IPsec process");
+ log_error("IPSEC: Sent a reload signal to the IPsec process");
mwexec("/usr/local/sbin/racoonctl -s /var/run/racoon.sock reload-config", false);
} else {
/* flush SA + SPD entries */
OpenPOWER on IntegriCloud