2009/dap/camera Overview.html,1.32,1.33

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

Modified Files:
	Overview.html 
Log Message:
s/must immediately return/returns immediately/


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html	2 Dec 2009 14:40:58 -0000	1.32
+++ Overview.html	2 Dec 2009 14:42:17 -0000	1.33
@@ -98,7 +98,7 @@
 </dd><dt>readonly attribute sequence&lt;FormatData&gt; supportedAudioFormats </dt><dd>A sequence of FormatData objects which contains audio formats supported by the hosting device microphone.
 </dd><dt>PendingOperation captureImage () </dt><dd>
 <p>Launch device native camera application for taking image(s).</p>
-<p>This method takes two or three arguments. When called, it must immediately return a
+<p>This method takes two or three arguments. When called, it immediately returns a
 <a href="#pendingoperation-interface"><code>PendingOperation</code></a> object and then asynchronously start a
 <em>capture image</em> process defined as follows:</p>
 <p></p>
@@ -114,7 +114,7 @@
 </dd></dl>
 </dd><dt>PendingOperation captureVideo () </dt><dd>
 <p>Launch device native camera application for recording video(s).</p>
-<p>This method takes three or four arguments. When called, it must immediately return a
+<p>This method takes three or four arguments. When called, it immediately returns a
 <a href="#pendingoperation-interface"><code>PendingOperation</code></a> object and then asynchronously start a
 <em>capture video</em> process defined as follows:</p>
 <p></p>
@@ -130,7 +130,7 @@
 </dd></dl>
 </dd><dt>PendingOperation captureAudio () </dt><dd>
 <p>Launch device native audio recorder application for recording audio clip(s).</p>
-<p>This method takes two or three arguments. When called, it must immediately return a
+<p>This method takes two or three arguments. When called, it immediately returns a
 <a href="#pendingoperation-interface"><code>PendingOperation</code></a> object and then asynchronously start a
 <em>capture audio</em> process defined as follows:</p>
 <p></p>

Received on Wednesday, 2 December 2009 14:42:20 UTC