[Pkg-owncloud-commits] [owncloud] 119/215: fix typo
David Prévot
taffit at moszumanska.debian.org
Tue May 5 01:01:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit aa2bd28a6a7f3b59eb1dd57a22e8aa4f8e1cab2c
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Mon Apr 27 16:34:58 2015 +0200
fix typo
---
core/command/l10n/createjs.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/command/l10n/createjs.php b/core/command/l10n/createjs.php
index 20ce288..78f3229 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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list