2009/dap/camera Overview.html,1.13,1.14

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv10488

Modified Files:
	Overview.html 
Log Message:
typo


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.html	2 Dec 2009 08:44:11 -0000	1.13
+++ Overview.html	2 Dec 2009 08:45:04 -0000	1.14
@@ -116,7 +116,7 @@
             var img = document.createElement("img");
             img.src = data[i].uri;
             // If the image width exceeds that of the browser viewport, the image
-            // i scaled to fit the screen keeping the aspect ratio intact.
+            // is scaled to fit the screen keeping the aspect ratio intact.
             if (data[i].format.width > screenWidth) {
                 img.style.width = screenWidth + "px";
                 img.style.height = (data[i].format.height/data[i].format.width)*screenWidth + "px";    

Received on Wednesday, 2 December 2009 08:45:27 UTC