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

Unified Diff: ppapi/cpp/dev/scriptable_object_deprecated.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/cpp/dev/file_chooser_dev.h ('k') | ppapi/cpp/dev/scriptable_object_deprecated.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ppapi/cpp/dev/file_chooser_dev.h ('k') | ppapi/cpp/dev/scriptable_object_deprecated.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698