Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: ppapi/api/private/ppb_tcp_server_socket_private.idl

Issue 13220002: [PPAPI] Fix a bunch of spelling mistakes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/api/private/ppb_tcp_server_socket_private.idl
diff --git a/ppapi/api/private/ppb_tcp_server_socket_private.idl b/ppapi/api/private/ppb_tcp_server_socket_private.idl
index a1224e189fceab8776d30283a25ecb9c40f98818..f04635c803093b0303b51c0ad8f90986d5649010 100644
--- a/ppapi/api/private/ppb_tcp_server_socket_private.idl
+++ b/ppapi/api/private/ppb_tcp_server_socket_private.idl
@@ -46,7 +46,7 @@ interface PPB_TCPServerSocket_Private {
* PPB_TCPSocket_Private and stores reference to it in
* |tcp_socket|. |callback| is invoked when connection is accepted
* or in the case of failure. This method can be called only after
- * succesfull Listen call on |tcp_server_socket|.
+ * successful Listen call on |tcp_server_socket|.
*/
int32_t Accept([in] PP_Resource tcp_server_socket,
[out] PP_Resource tcp_socket,
« no previous file with comments | « ppapi/api/private/ppb_network_monitor_private.idl ('k') | ppapi/api/private/ppp_flash_browser_operations.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698