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

Unified Diff: ppapi/cpp/rect.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/private/var_private.h ('k') | ppapi/cpp/rect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/rect.h
diff --git a/ppapi/cpp/rect.h b/ppapi/cpp/rect.h
index aa659d1aa7cc158261e45c4774602f17e6601099..b47226bd707c9f6058fc7d2fd16381d7e88c19bb 100644
--- a/ppapi/cpp/rect.h
+++ b/ppapi/cpp/rect.h
@@ -282,7 +282,7 @@ class Rect {
/// Offset() moves the rectangle by a horizontal and vertical distance.
///
- /// @param[in] horizontal An int32_t value representing a horzontal
+ /// @param[in] horizontal An int32_t value representing a horizontal
/// move distance.
/// @param[in] vertical An int32_t value representing a vertical
/// move distance.
@@ -331,7 +331,7 @@ class Rect {
/// @return true if the rectangle fall inside this rectangle.
bool Contains(const Rect& rect) const;
- /// Insersects() determines if this rectangle intersects the specified
+ /// Intersects() determines if this rectangle intersects the specified
/// rectangle.
///
/// @param[in] rect A pointer to a <code>Rect</code>.
« no previous file with comments | « ppapi/cpp/private/var_private.h ('k') | ppapi/cpp/rect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698