You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/02/20 23:20:31 UTC

[6/26] wp7 commit: Spelling: information

Spelling: information


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/bbf08ab1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/bbf08ab1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/bbf08ab1

Branch: refs/heads/master
Commit: bbf08ab12117e9ccbeff207c7d83bed2f286faaa
Parents: 6a8d6ba
Author: Josh Soref <js...@rim.com>
Authored: Tue Sep 11 15:36:11 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Sep 11 15:36:11 2012 -0400

----------------------------------------------------------------------
 templates/vspackage/GapAppVsPackage.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/bbf08ab1/templates/vspackage/GapAppVsPackage.cs
----------------------------------------------------------------------
diff --git a/templates/vspackage/GapAppVsPackage.cs b/templates/vspackage/GapAppVsPackage.cs
index b450504..1176201 100644
--- a/templates/vspackage/GapAppVsPackage.cs
+++ b/templates/vspackage/GapAppVsPackage.cs
@@ -24,7 +24,7 @@ namespace Microsoft.vspackage1
     // This attribute tells the PkgDef creation utility (CreatePkgDef.exe) that this class is
     // a package.
     [PackageRegistration(UseManagedResourcesOnly = true)]
-    // This attribute is used to register the informations needed to show the this package
+    // This attribute is used to register the information needed to show the this package
     // in the Help/About dialog of Visual Studio.
     [InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
     [Guid(GuidList.guidvspackage1PkgString)]