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

Unified Diff: ppapi/c/private/ppb_network_monitor_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_flash_clipboard.h ('k') | ppapi/c/private/ppb_tcp_server_socket_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_network_monitor_private.h
diff --git a/ppapi/c/private/ppb_network_monitor_private.h b/ppapi/c/private/ppb_network_monitor_private.h
index 9893150e062c5a7ab45c69b9c09f1d4054a7a431..93c1ff03bd190bc0a26045210a5c534f2426b2bc 100644
--- a/ppapi/c/private/ppb_network_monitor_private.h
+++ b/ppapi/c/private/ppb_network_monitor_private.h
@@ -4,7 +4,7 @@
*/
/* From private/ppb_network_monitor_private.idl,
- * modified Fri Feb 24 10:51:22 2012.
+ * modified Thu Mar 28 10:30:11 2013.
*/
#ifndef PPAPI_C_PRIVATE_PPB_NETWORK_MONITOR_PRIVATE_H_
@@ -57,7 +57,7 @@ struct PPB_NetworkMonitor_Private_0_2 {
* Starts network change monitoring. The specified
* <code>callback</code> will be called on the main thread once
* after this method is called (to supply the initial network
- * configuarion) and then later every time network configuration
+ * configuration) and then later every time network configuration
* changes. Notifications are stopped when the returned resource is
* destroyed. If the plugin doesn't have access to the network list
* then the callback will be called once with the
« no previous file with comments | « ppapi/c/private/ppb_flash_clipboard.h ('k') | ppapi/c/private/ppb_tcp_server_socket_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698