2009/dap/camera Overview.html,1.109,1.110

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

Modified Files:
	Overview.html 
Log Message:
typo


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- Overview.html	4 Aug 2010 19:42:53 -0000	1.109
+++ Overview.html	4 Aug 2010 19:43:50 -0000	1.110
@@ -210,7 +210,7 @@
     <dt>void getFormatData (in MediaFileDataSuccessCallback successCallback,
                            in optional MediaFileDataErrorCallback errorCallback) </dt>
 
-    <dd>The <code>getFormatdata()</code> method takes one or two arguments. When called, it returns immediately and then asynchronously attempts to obtain the format data of the given media file. If the attempt is successful, the <code>successCallback</code> is invoked with a new <code>MediaFileData</code> object, reflecting the format data of the file. If the attempt fails, the <code>errorCallback</code> is invoked with a new MediaFileDataError object, reflecting the reason for the failure.
+    <dd>The <code>getFormatData()</code> method takes one or two arguments. When called, it returns immediately and then asynchronously attempts to obtain the format data of the given media file. If the attempt is successful, the <code>successCallback</code> is invoked with a new <code>MediaFileData</code> object, reflecting the format data of the file. If the attempt fails, the <code>errorCallback</code> is invoked with a new MediaFileDataError object, reflecting the reason for the failure.
     </dd></dl>
     </section>
     <section id="mediafiledatasuccesscallback"><h3><a>MediaFileDataSuccessCallback</a> interface</h3>

Received on Wednesday, 4 August 2010 19:43:53 UTC