Index: ppapi/cpp/dev/scriptable_object_deprecated.h |
diff --git a/ppapi/cpp/dev/scriptable_object_deprecated.h b/ppapi/cpp/dev/scriptable_object_deprecated.h |
index 3099977a9ddb04cb03bb9ebb40cf6d334a00e6b5..7423d2327682b6a26b5e9aa97b361eca47ebf266 100644 |
--- a/ppapi/cpp/dev/scriptable_object_deprecated.h |
+++ b/ppapi/cpp/dev/scriptable_object_deprecated.h |
@@ -80,7 +80,7 @@ class ScriptableObject { |
friend class ::pp::VarPrivate; |
static const PPP_Class_Deprecated* GetClass(); |
- // Unimplemented, copy and assigmnent is not allowed. |
+ // Unimplemented, copy and assignment is not allowed. |
ScriptableObject(const ScriptableObject& other); |
ScriptableObject& operator=(const ScriptableObject& other); |
}; |