Commit 52df030d authored by mek@chromium.org's avatar mek@chromium.org

Fix typo in USB API documentation.


BUG=none


Review URL: https://chromiumcodereview.appspot.com/10828308

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151549 0039d316-1c4b-4281-b951-d872f2087c98
parent f262a9e3
...@@ -279,7 +279,7 @@ which has four parameters: ...@@ -279,7 +279,7 @@ which has four parameters:
</td> </td>
</tr> </tr>
<tr> <tr>
<td>onDevideFoundCallback()</td> <td>onDeviceFoundCallback()</td>
<td>Called when the device is found. <td>Called when the device is found.
The callback's parameter is an object The callback's parameter is an object
with three properties: <code>handle</code>, with three properties: <code>handle</code>,
......
...@@ -82,7 +82,7 @@ chrome.experimental.usb.findDevice(vendorId, productId, eventCallbacks, onDevice ...@@ -82,7 +82,7 @@ chrome.experimental.usb.findDevice(vendorId, productId, eventCallbacks, onDevice
</td> </td>
</tr> </tr>
<tr> <tr>
<td>onDevideFoundCallback()</td> <td>onDeviceFoundCallback()</td>
<td>Called when the device is found. <td>Called when the device is found.
The callback's parameter is an object The callback's parameter is an object
with three properties: <code>handle</code>, with three properties: <code>handle</code>,
......
...@@ -82,7 +82,7 @@ chrome.experimental.usb.findDevice(vendorId, productId, eventCallbacks, onDevice ...@@ -82,7 +82,7 @@ chrome.experimental.usb.findDevice(vendorId, productId, eventCallbacks, onDevice
</td> </td>
</tr> </tr>
<tr> <tr>
<td>onDevideFoundCallback()</td> <td>onDeviceFoundCallback()</td>
<td>Called when the device is found. <td>Called when the device is found.
The callback's parameter is an object The callback's parameter is an object
with three properties: <code>handle</code>, with three properties: <code>handle</code>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment