summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/unicode.inc')
-rw-r--r--includes/unicode.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/unicode.inc b/includes/unicode.inc
index 4aa363c28..6f1b52a48 100644
--- a/includes/unicode.inc
+++ b/includes/unicode.inc
@@ -544,7 +544,7 @@ function drupal_substr($text, $start, $length = NULL) {
$chars++;
}
}
- // Backtrace one byte if we are not at the begining of the string.
+ // Backtrace one byte if we are not at the beginning of the string.
if ($iend > 0) {
$iend--;
}