Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-04-04 11:57:17 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-04 11:57:17 +0300
commit62a5952a72a84393008f3546a39235534b748b1d (patch)
tree8b369082ac75f1c35dba06d6e4af7f8675a97efb /core/strings.php
parente0bae322885f14ea6481e32ef05e2d2e7df439ad (diff)
core: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'core/strings.php')
-rw-r--r--core/strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/strings.php b/core/strings.php
index 4936866377a..ba4bc17813c 100644
--- a/core/strings.php
+++ b/core/strings.php
@@ -19,7 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-//some strings that are used in /lib but wont be translatable unless they are in /core too
+//some strings that are used in /lib but won't be translatable unless they are in /core too
$l = \OC::$server->getL10N('core');
$l->t("Personal");
$l->t("Users");