fix another typo

This commit is contained in:
Bjoern Schiessle 2013-10-11 15:26:30 +02:00
parent 2d79a79202
commit 3ee7711284

View file

@ -23,7 +23,7 @@ if (!isset($_)) { //also provide standalone error page
}
} else {
$errorCode = \OCA\Encryption\Crypt::ENCRYPTION_UNKNOWN_ERROR;
$errorMsg = $l->t("Unknwon error please check your system settings or contact your administrator");
$errorMsg = $l->t("Unknown error please check your system settings or contact your administrator");
}
if (isset($_GET['p']) && $_GET['p'] === '1') {