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:40 -0300
commiteab652e4bd667c2bccc6d0e7d5b6bdbfd258eaf3 (patch)
tree4b40657be90d392c6f5419a2d06a6feaba87d98b /etc/inc/pfsense-utils.inc
parent0b41c2ce61da919898485fb4231b2acdc9b56528 (diff)
downloadpfsense-eab652e4bd667c2bccc6d0e7d5b6bdbfd258eaf3.zip
pfsense-eab652e4bd667c2bccc6d0e7d5b6bdbfd258eaf3.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 2c4d8c3..764d010 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1772,9 +1772,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