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

[1/26] wp7 commit: Spelling: beginning

Spelling: beginning


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

Branch: refs/heads/master
Commit: e22f3f8baf39b0d0b4afc3148b57e5b0d79d0cd0
Parents: 2fd27cb
Author: Josh Soref <js...@rim.com>
Authored: Tue Sep 11 15:28:34 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Sep 11 15:28:34 2012 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/e22f3f8b/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/ImageExifHelper.cs b/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
index 626726b..c2784f0 100644
--- a/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
+++ b/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
@@ -134,7 +134,7 @@ namespace WP7CordovaClassLib.Cordova.Commands
 
             // 0x???? number of exif tags present
 
-            // make sure we are at the begining
+            // make sure we are at the beginning
             imgStream.Seek(0, SeekOrigin.Begin);
             BinaryReader reader = new BinaryReader(imgStream);