diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 789841152..7e86c9273 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -348,7 +348,7 @@ function theme_get_styles() { * * The theme system is described and defined in theme.inc. */ - + /** * Format a dynamic text string for emphasised display in a placeholder. * @@ -876,7 +876,7 @@ function theme_blocks($region) { * his/her mind. * * You should use $_POST['edit'][$name] (where $name is usually 'confirm') to - * check if the confirmation was succesful. + * check if the confirmation was successful. * * @param $question * The question to ask the user (e.g. "Are you sure you want to delete the |