| 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);
|
|
|