summaryrefslogtreecommitdiffstats
path: root/core/templates/login.php
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-04-04 10:57:17 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-04 10:57:17 +0200
commit62a5952a72a84393008f3546a39235534b748b1d (patch)
tree8b369082ac75f1c35dba06d6e4af7f8675a97efb /core/templates/login.php
parente0bae322885f14ea6481e32ef05e2d2e7df439ad (diff)
downloadnextcloud-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/login.php')
-rw-r--r--core/templates/login.php2
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; ?>