aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r--phpBB/includes/acp/acp_styles.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index b301f6d2ce..8dc09ca1db 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -2095,7 +2095,7 @@ parse_css_file = {PARSE_CSS_FILE}
);
}
- // User has submitted form and no errors have occured
+ // User has submitted form and no errors have occurred
if ($update && !sizeof($error))
{
$sql_ary = array(
@@ -2558,7 +2558,7 @@ parse_css_file = {PARSE_CSS_FILE}
$style_row['style_active'] = request_var('style_active', 1);
$style_row['style_default'] = request_var('style_default', 0);
- // User has submitted form and no errors have occured
+ // User has submitted form and no errors have occurred
if ($update && !sizeof($error))
{
if ($mode == 'style')
@@ -2693,7 +2693,7 @@ parse_css_file = {PARSE_CSS_FILE}
}
}
- // User has submitted form and no errors have occured
+ // User has submitted form and no errors have occurred
if ($update && !sizeof($error))
{
if ($mode == 'style')