summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-28 14:37:20 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-28 14:37:20 +0100
commite2286c659860b107e0d2791a231eb7b4ab3dca98 (patch)
treee81eee563d3cc8508e5431722dfa48fba6c56ddf
parent35a8dfb2fa7970098e6677f7b93b7d782d5df7f0 (diff)
downloadnextcloud-server-e2286c659860b107e0d2791a231eb7b4ab3dca98.tar.gz
nextcloud-server-e2286c659860b107e0d2791a231eb7b4ab3dca98.zip
Type is with a small letter
-rw-r--r--lib/public/il10n.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/il10n.php b/lib/public/il10n.php
index bba52b4c4bb..276e5d6a554 100644
--- a/lib/public/il10n.php
+++ b/lib/public/il10n.php
@@ -36,7 +36,7 @@ interface IL10N {
* Translating
* @param string $text_singular the string to translate for exactly one object
* @param string $text_plural the string to translate for n objects
- * @param Integer $count Number of objects
+ * @param integer $count Number of objects
* @param array $parameters default:array() Parameters for sprintf
* @return \OC_L10N_String Translation or the same text
*