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

Unified Diff: ppapi/cpp/point.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/mouse_cursor.h ('k') | ppapi/cpp/private/network_list_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/point.h
diff --git a/ppapi/cpp/point.h b/ppapi/cpp/point.h
index 9daa6b53ddf3b7178c7f6bef67a34a9bc905059e..c881bbd55068898dba21d0774221978125e520f7 100644
--- a/ppapi/cpp/point.h
+++ b/ppapi/cpp/point.h
@@ -101,7 +101,7 @@ class Point {
}
/// Subtracts one Point from another Point by subtracting their x values
- /// and y values. Returnes a new point with the result.
+ /// and y values. Returns a new point with the result.
///
/// @param[in] other A Point.
///
@@ -240,7 +240,7 @@ class FloatPoint {
}
/// Subtracts one Point from another Point by subtracting their x values
- /// and y values. Returnes a new point with the result.
+ /// and y values. Returns a new point with the result.
///
/// @param[in] other A FloatPoint.
///
« no previous file with comments | « ppapi/cpp/mouse_cursor.h ('k') | ppapi/cpp/private/network_list_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698