summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-03-19 17:01:20 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-03-19 17:01:20 -0300
commite5a27e16bfd6957016ad9cc8d532d60b4f90f05f (patch)
treeb00c1e79f07d79d84cf5125662bbe2b534553d9c /etc
parentb8ded12521c1fc20bb6bad37527292bfb7c47e96 (diff)
downloadpfsense-e5a27e16bfd6957016ad9cc8d532d60b4f90f05f.zip
pfsense-e5a27e16bfd6957016ad9cc8d532d60b4f90f05f.tar.gz
Fix typo
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 2d1fef3..50c4cb9 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2698,7 +2698,7 @@ function find_rtsold_process($interface) {
if (isvalidpid("{$g['varrun_path']}/rtsold_{$interface}.pid"))
$pid = trim(file_get_contents("{$g['varrun_path']}/rtsold_{$interface}.pid"), " \n");
else
- retun (false);
+ return (false);
} else
return(false);
OpenPOWER on IntegriCloud