Index: webkit/plugins/ppapi/ppapi_plugin_instance.h |
=================================================================== |
--- webkit/plugins/ppapi/ppapi_plugin_instance.h (revision 76543) |
+++ webkit/plugins/ppapi/ppapi_plugin_instance.h (working copy) |
@@ -321,7 +321,7 @@ |
// The plugin 3D interface. |
const PPP_Graphics3D_Dev* plugin_graphics_3d_interface_; |
- // Containes the cursor if it's set by the plugin. |
+ // Contains the cursor if it's set by the plugin. |
scoped_ptr<WebKit::WebCursorInfo> cursor_; |
// Set to true if this plugin thinks it will always be on top. This allows us |