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

Unified Diff: native_client_sdk/src/examples/mouselock/mouselock.h

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit 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
Index: native_client_sdk/src/examples/mouselock/mouselock.h
diff --git a/native_client_sdk/src/examples/mouselock/mouselock.h b/native_client_sdk/src/examples/mouselock/mouselock.h
index 56be1d72d4f3ad57b3ae09072181ecd476df2f0d..2844a03713b093b8633187d8a65e9cc79e465ddf 100644
--- a/native_client_sdk/src/examples/mouselock/mouselock.h
+++ b/native_client_sdk/src/examples/mouselock/mouselock.h
@@ -78,7 +78,7 @@ class MouseLockInstance : public pp::Instance, public pp::MouseLock {
// movement in it. Return the new pp::ImageData.
pp::ImageData PaintImage(const pp::Size& size);
- // Fill the image with the backgroud color.
+ // Fill the image with the background color.
void ClearToBackground(pp::ImageData* image);
void DrawCenterSpot(pp::ImageData* image, uint32_t spot_color);
« no previous file with comments | « native_client_sdk/src/examples/mouselock/index.html ('k') | native_client_sdk/src/examples/pi_generator/pi_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698