diff options
Diffstat (limited to 'ppapi/cpp/graphics_2d.h')
-rw-r--r-- | ppapi/cpp/graphics_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/graphics_2d.h b/ppapi/cpp/graphics_2d.h index 0ce6641..427ea48 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(); |