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

[2/26] wp7 commit: Spelling: compiler

Spelling: compiler


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

Branch: refs/heads/master
Commit: 2fc7c465b573d6443d645ed95185842b4cb78e05
Parents: e22f3f8
Author: Josh Soref <js...@rim.com>
Authored: Tue Sep 11 15:29:08 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Sep 11 15:29:08 2012 -0400

----------------------------------------------------------------------
 templates/standalone/cordovalib/Commands/File.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/2fc7c465/templates/standalone/cordovalib/Commands/File.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/File.cs b/templates/standalone/cordovalib/Commands/File.cs
index 579dd6e..3d4287e 100644
--- a/templates/standalone/cordovalib/Commands/File.cs
+++ b/templates/standalone/cordovalib/Commands/File.cs
@@ -962,7 +962,7 @@ namespace WP7CordovaClassLib.Cordova.Commands
 
             IsolatedStorageFile.GetUserStoreForApplication();
 
-            if (size > (10 * 1024 * 1024)) // 10 MB, compier will clean this up!
+            if (size > (10 * 1024 * 1024)) // 10 MB, compiler will clean this up!
             {
                 DispatchCommandResult(new PluginResult(PluginResult.Status.ERROR, QUOTA_EXCEEDED_ERR));
                 return;