diff options
-rw-r--r-- | lib/public/il10n.php | 2 |
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 * |