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

Unified Diff: ppapi/cpp/var.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/url_response_info.h ('k') | ppapi/cpp/var_array_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/var.h
diff --git a/ppapi/cpp/var.h b/ppapi/cpp/var.h
index 77bb5d8311b7ceba5d948001b82f8b590480fa59..fe30e10614b23c7ba44d1fbf6a31a96eafcd4749 100644
--- a/ppapi/cpp/var.h
+++ b/ppapi/cpp/var.h
@@ -132,7 +132,7 @@ class Var {
/// This function determines if this <code>Var</code> is a dictionary.
///
- /// @return true if this <code>Var</code> is a dictinoary, otherwise false.
+ /// @return true if this <code>Var</code> is a dictionary, otherwise false.
bool is_dictionary() const { return var_.type == PP_VARTYPE_DICTIONARY; }
/// This function determines if this <code>Var</code> is an integer value.
@@ -237,7 +237,7 @@ class Var {
std::string DebugString() const;
/// This class is used when calling the raw C PPAPI when using the C++
- /// <code>Var</code> as a possibe NULL exception. This class will handle
+ /// <code>Var</code> as a possible NULL exception. This class will handle
/// getting the address of the internal value out if it's non-NULL and
/// fixing up the reference count.
///
« no previous file with comments | « ppapi/cpp/url_response_info.h ('k') | ppapi/cpp/var_array_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698