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

Unified Diff: ppapi/cpp/dev/var_dictionary_dev.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/var_array_dev.h ('k') | ppapi/cpp/extensions/ext_output_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/var_dictionary_dev.h
diff --git a/ppapi/cpp/dev/var_dictionary_dev.h b/ppapi/cpp/dev/var_dictionary_dev.h
index 5934b810c8f48b11d29d81aabeef9d12d7eb31e7..2b2e79d41af87a36ad8890ee7d8040e1eb467902 100644
--- a/ppapi/cpp/dev/var_dictionary_dev.h
+++ b/ppapi/cpp/dev/var_dictionary_dev.h
@@ -19,14 +19,14 @@ class VarDictionary_Dev : public Var {
/// Constructs a new dictionary var.
VarDictionary_Dev();
- /// Contructs a <code>VarDictionary_Dev</code> given a var for which
+ /// Constructs a <code>VarDictionary_Dev</code> given a var for which
/// is_dictionary() is true. This will refer to the same dictionary var, but
/// allow you to access methods specific to dictionary.
///
/// @param[in] var A dictionary var.
explicit VarDictionary_Dev(const Var& var);
- /// Contructs a <code>VarDictionary_Dev</code> given a <code>PP_Var</code>
+ /// Constructs a <code>VarDictionary_Dev</code> given a <code>PP_Var</code>
/// of type PP_VARTYPE_DICTIONARY.
///
/// @param[in] var A <code>PP_Var</code> of type PP_VARTYPE_DICTIONARY.
« no previous file with comments | « ppapi/cpp/dev/var_array_dev.h ('k') | ppapi/cpp/extensions/ext_output_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698