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

Unified Diff: ppapi/c/private/ppb_tcp_server_socket_private.h

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
« no previous file with comments | « ppapi/c/private/ppb_network_monitor_private.h ('k') | ppapi/c/private/ppp_flash_browser_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_tcp_server_socket_private.h
diff --git a/ppapi/c/private/ppb_tcp_server_socket_private.h b/ppapi/c/private/ppb_tcp_server_socket_private.h
index 8355b15ab85208b7fdc8a5ca8ec827e20ee17057..f01951915f871838a540f0f2925fd19a5f40f2c8 100644
--- a/ppapi/c/private/ppb_tcp_server_socket_private.h
+++ b/ppapi/c/private/ppb_tcp_server_socket_private.h
@@ -4,7 +4,7 @@
*/
/* From private/ppb_tcp_server_socket_private.idl,
- * modified Tue Feb 14 12:24:48 2012.
+ * modified Thu Mar 28 10:31:11 2013.
*/
#ifndef PPAPI_C_PRIVATE_PPB_TCP_SERVER_SOCKET_PRIVATE_H_
@@ -65,7 +65,7 @@ struct PPB_TCPServerSocket_Private_0_1 {
* 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)(PP_Resource tcp_server_socket,
PP_Resource* tcp_socket,
« no previous file with comments | « ppapi/c/private/ppb_network_monitor_private.h ('k') | ppapi/c/private/ppp_flash_browser_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698