| Index: ppapi/cpp/graphics_2d.h
|
| diff --git a/ppapi/cpp/graphics_2d.h b/ppapi/cpp/graphics_2d.h
|
| index 0ce664163eda867c92e6ca3a428ad68261c1c38f..427ea486d88e14d7c127e1d14b353612ab65f0b5 100644
|
| --- a/ppapi/cpp/graphics_2d.h
|
| +++ b/ppapi/cpp/graphics_2d.h
|
| @@ -58,7 +58,7 @@ class Graphics2D : public Resource {
|
|
|
| /// A destructor that decrements the reference count of a
|
| /// <code>Graphics2D</code> object made using the previous copy constructor.
|
| - /// It is possible that the destructor does not toally destroy the underlying
|
| + /// It is possible that the destructor does not totally destroy the underlying
|
| /// 2D context if there are outstanding references to it.
|
| virtual ~Graphics2D();
|
|
|
|
|