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

Unified Diff: ppapi/cpp/dev/scriptable_object_deprecated.cc

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/scriptable_object_deprecated.h ('k') | ppapi/cpp/dev/var_array_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/scriptable_object_deprecated.cc
diff --git a/ppapi/cpp/dev/scriptable_object_deprecated.cc b/ppapi/cpp/dev/scriptable_object_deprecated.cc
index 449e760063bbd597f3049daccff4e7db9429aec5..1b701cb6651c45c452103083854e0691d6b9904e 100644
--- a/ppapi/cpp/dev/scriptable_object_deprecated.cc
+++ b/ppapi/cpp/dev/scriptable_object_deprecated.cc
@@ -178,7 +178,7 @@ Var ScriptableObject::Call(const Var& /*method_name*/,
Var ScriptableObject::Construct(const std::vector<Var>& /*args*/,
Var* exception) {
- *exception = Var("Constuct method does not exist in ScriptableObject");
+ *exception = Var("Construct method does not exist in ScriptableObject");
return Var();
}
« no previous file with comments | « ppapi/cpp/dev/scriptable_object_deprecated.h ('k') | ppapi/cpp/dev/var_array_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698