diff options
author | Senky <jakubsenko@gmail.com> | 2012-04-30 21:55:24 +0200 |
---|---|---|
committer | Senky <jakubsenko@gmail.com> | 2012-04-30 21:55:24 +0200 |
commit | b83fa0349ad30eefed3e8064d29793a9b3dd17f7 (patch) | |
tree | a49f20950e7e9f1d098180031ffb84f91022ccba /phpBB/includes/utf | |
parent | 2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7 (diff) | |
download | forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar.gz forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar.bz2 forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar.xz forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.zip |
[ticket/10847] fixing all misspelled "dependant" to "dependent"
PHPBB3-10847
Diffstat (limited to 'phpBB/includes/utf')
-rw-r--r-- | phpBB/includes/utf/utf_tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index 9dc0634e5b..c402e15032 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -1933,7 +1933,7 @@ function utf8_wordwrap($string, $width = 75, $break = "\n", $cut = false) * UTF8-safe basename() function * * basename() has some limitations and is dependent on the locale setting -* according to the PHP manual. Therefore we provide our own locale independant +* according to the PHP manual. Therefore we provide our own locale independent * basename function. * * @param string $filename The filename basename() should be applied to |