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/templates | |
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/templates')
-rw-r--r-- | core/templates/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index a12008295c4..ef89d227d24 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -27,7 +27,7 @@ script('core', [ <?php endforeach; ?> <?php if (isset($_['internalexception']) && ($_['internalexception'])): ?> <div class="warning"> - <?php p($l->t('An internal error occured.')); ?><br> + <?php p($l->t('An internal error occurred.')); ?><br> <small><?php p($l->t('Please try again or contact your administrator.')); ?></small> </div> <?php endif; ?> |