From e2286c659860b107e0d2791a231eb7b4ab3dca98 Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Fri, 28 Feb 2014 14:37:20 +0100
Subject: [PATCH] Type is with a small letter

---
 lib/public/il10n.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/public/il10n.php b/lib/public/il10n.php
index bba52b4c4b..276e5d6a55 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
 	 *
-- 
GitLab