diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-04-04 10:57:17 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-04 10:57:17 +0200 |
commit | 62a5952a72a84393008f3546a39235534b748b1d (patch) | |
tree | 8b369082ac75f1c35dba06d6e4af7f8675a97efb /core/strings.php | |
parent | e0bae322885f14ea6481e32ef05e2d2e7df439ad (diff) | |
download | nextcloud-server-62a5952a72a84393008f3546a39235534b748b1d.tar.gz nextcloud-server-62a5952a72a84393008f3546a39235534b748b1d.zip |
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.php | 2 |
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"); |