summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-21 18:59:02 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-21 18:59:02 +0000
commitb94f2716cfc4d1e91304a5fbf7783486932fa8c1 (patch)
treeeec1247c3005598869732c7db68c0db316c66035 /includes/unicode.inc
parent7c31bcdeac94c254130845c3959753b68c36ea1e (diff)
downloadbrdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.gz
brdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.bz2
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
Diffstat (limited to 'includes/unicode.inc')
-rw-r--r--includes/unicode.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/unicode.inc b/includes/unicode.inc
index 20ce94b95..a9c417404 100644
--- a/includes/unicode.inc
+++ b/includes/unicode.inc
@@ -104,7 +104,7 @@ function unicode_requirements() {
return $requirements;
}
-
+
/**
* Prepare a new XML parser.
*
@@ -427,7 +427,7 @@ function drupal_ucfirst($text) {
/**
* Cut off a piece of a string based on character indices and counts. Follows
- * the same behaviour as PHP's own substr() function.
+ * the same behavior as PHP's own substr() function.
*
* Note that for cutting off a string at a known character/substring
* location, the usage of PHP's normal strpos/substr is safe and