summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-28 10:31:14 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-28 10:31:14 -0300
commit5aa68a55a6724f32b934bab2ce6d1e939868979d (patch)
tree3d95e10ac02c18791fc90aacce08c12c4332343e /etc/inc/pfsense-utils.inc
parent434a9daecc80110c0125af43fd0287854cb97a87 (diff)
downloadpfsense-5aa68a55a6724f32b934bab2ce6d1e939868979d.zip
pfsense-5aa68a55a6724f32b934bab2ce6d1e939868979d.tar.gz
Fix #3113, fix multiple english spell errors s/seperet/separat/
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index c22de25..1af6ad0 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1811,9 +1811,9 @@ function update_progress_bar($percent, $first_time) {
/* Split() is being DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged. */
if(!function_exists("split")) {
- function split($seperator, $haystack, $limit = null) {
- log_error("deprecated split() call with seperator '{$seperator}'");
- return preg_split($seperator, $haystack, $limit);
+ function split($separator, $haystack, $limit = null) {
+ log_error("deprecated split() call with separator '{$separator}'");
+ return preg_split($separator, $haystack, $limit);
}
}
OpenPOWER on IntegriCloud