From af3f94b37ebb4e6b2d03f937e40a157a17dff223 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Jan 2010 10:38:35 +0000 Subject: - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. --- includes/unicode.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/unicode.inc') 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--; } -- cgit v1.2.3