aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-27 16:34:58 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-27 16:34:58 +0200
commitaa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c (patch)
treeab088031810272f7f86b0c72eb8841815aa457ae
parent66f9811151cbc0ebba237e010aa7f81734c78b38 (diff)
downloadnextcloud-server-aa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c.tar.gz
nextcloud-server-aa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c.zip
fix typo
-rw-r--r--core/command/l10n/createjs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/l10n/createjs.php b/core/command/l10n/createjs.php
index 20ce288e8be..78f3229b179 100644
--- a/core/command/l10n/createjs.php
+++ b/core/command/l10n/createjs.php
@@ -128,7 +128,7 @@ class CreateJs extends Command {
$TRANSLATIONS = array();
$PLURAL_FORMS = '';
if (!file_exists($phpFile)) {
- throw new UnexpectedValueException("Php translation file <$phpFile> does not exist.");
+ throw new UnexpectedValueException("PHP translation file <$phpFile> does not exist.");
}
require $phpFile;