| 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>.
|
|
|