Mercurial > hg > octave-jordi
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 +++ b/src/graphics.h.in @@ -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"); }