diff src/graphics.h.in @ 11577:b124b83e5626

fix typo
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 02:43:31 -0500
parents 8ac9687dbe9f
children 12df7854fa7c
line wrap: on
line diff
--- a/src/graphics.h.in	Thu Jan 20 02:29:57 2011 -0500
+++ b/src/graphics.h.in	Thu Jan 20 02:43:31 2011 -0500
@@ -1809,7 +1809,7 @@
     }
 
   // Callback function executed when the given graphics object
-  // changes.  This allows the grahpics toolkit to act on property
+  // changes.  This allows the graphics toolkit to act on property
   // changes if needed.
   virtual void update (const graphics_object&, int)
     { gripe_invalid ("base_graphics_toolkit::update"); }