2009/dap/camera Overview.html,1.19,1.20

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

Modified Files:
	Overview.html 
Log Message:
typo


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.html	2 Dec 2009 09:44:17 -0000	1.19
+++ Overview.html	2 Dec 2009 09:44:37 -0000	1.20
@@ -159,7 +159,7 @@
 <h3><a>Capture</a> interface</h3>
 <p>The <code>Capture</code> interface exposes an interface to the camera and microphone of the hosting device.</p>
 
-<p class="issue">Where does it hang off of? Example given above assumes navigator.device — in which case we need to define a <code>NavigatorDevice/<code> interface somewhere.</p>
+<p class="issue">Where does it hang off of? Example given above assumes navigator.device — in which case we need to define a <code>NavigatorDevice</code> interface somewhere.</p>
 <p>Objects implementing the <code>NavigatorDevice</code> interface (e.g. the <code>window.navigator.device</code> object in Web browsers [[NAVIGATOR]]) provide access to the <code>Capture</code> interface through the <code>Capture</code> interface . An instance of <code>Capture</code> would be then obtained by using binding-specific casting methods on an instance of <code>NavigatorDevice</code>.</p>
 
 <dl title="[Supplemental, NoInterfaceObject] interface Capture" class="idl"><dt>readonly attribute sequence&lt;FormatData&gt; supportedImageFormats

Received on Wednesday, 2 December 2009 09:44:41 UTC