dap commit: fixed a few typos

changeset:   434:ff194f3108ba
tag:         tip
user:        Dominique Hazael-Massieux <dom@w3.org>
date:        Thu Jul 04 09:42:36 2013 +0200
files:       media-stream-capture/ImageCapture.html
description:
fixed a few typos


diff -r af59d1761379 -r ff194f3108ba media-stream-capture/ImageCapture.html
--- a/media-stream-capture/ImageCapture.html	Wed Jul 03 15:53:19 2013 +0200
+++ b/media-stream-capture/ImageCapture.html	Thu Jul 04 09:42:36 2013 +0200
@@ -14,6 +14,7 @@
           ]
       ,   edDraftURI:   "https://dvcs.w3.org/hg/dap/raw-file/default/media-stream-capture/ImageCapture.html"
       ,   copyrightStart: 2012
+//      ,   publishDate: "2013-07-09"
       ,   noIDLIn:      true
       ,   wg:           ["Web Real-Time Communication Working Group", "Device APIs Working Group"]
       ,   wgURI:        ["http://www.w3.org/2011/04/webrtc/","http://www.w3.org/2009/dap"]
@@ -32,12 +33,12 @@
     </section>
     
     <section id='abstract'>
-      This document specific the takePhoto() and getFrame methods, and corresponding camera settings for use with MediaStreams as defined in Media Capture and Streams [[!GETUSERMEDIA]].
+      This document specifies the <code>takePhoto()</code> and <code>getFrame()</code> methods, and corresponding camera settings for use with MediaStreams as defined in Media Capture and Streams [[!GETUSERMEDIA]].
     </section>
     
     Introduction
     ------------
-    <p>The API defined in this document taks a valid MediaStream and returns an encoded image in the form of a <code>Blob</code> (as defined in [[!FILE-API]]).  The image is
+    <p>The API defined in this document takes a valid MediaStream and returns an encoded image in the form of a <code>Blob</code> (as defined in [[!FILE-API]]).  The image is
     provided by the capture device that provides the MediaStream.  Moreover, 
     picture-specific settings can be optionally provided as arguments that can be applied to the image being captured.</p>
     

Received on Thursday, 4 July 2013 07:42:42 UTC