[Pkg-mozext-commits] [greasemonkey] 26/45: Fix typo in property access for localized description.
David Prévot
taffit at moszumanska.debian.org
Mon Nov 3 20:59:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit 23798bb3b2155edd050b8c7ed6e9c556988b0545
Author: Ventero <ventero at ventero.de>
Date: Sat Aug 30 18:53:11 2014 +0200
Fix typo in property access for localized description.
---
modules/addons4.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/addons4.js b/modules/addons4.js
index eee9ab7..24e0319 100755
--- a/modules/addons4.js
+++ b/modules/addons4.js
@@ -93,7 +93,7 @@ function ScriptAddon(aScript) {
this.forceUpdate = false;
this.name = this._script.localized.name;
this.version = this._script.version;
- this.description = this._script.localized.decription;
+ this.description = this._script.localized.description;
this.iconURL = this._script.icon && this._script.icon.fileURL;
this.updateDate = this._script.modifiedDate;
this.providesUpdatesSecurely = aScript.updateIsSecure;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list