changeset 17625:bd1dd30ed202

graphics.in.h: Correct bad spelling of "unknown" in graphics_object_name(). * libinterp/corefcn/graphics.in.h(graphics_object_name): Correct bad spelling of "unknown".
author Rik <rik@octave.org>
date Thu, 10 Oct 2013 17:42:02 -0700
parents b92242ad316f
children 82b1778798d3
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Thu Oct 10 14:52:47 2013 -0700
+++ b/libinterp/corefcn/graphics.in.h	Thu Oct 10 17:42:02 2013 -0700
@@ -2398,7 +2398,7 @@
 
   virtual ~base_properties (void) { }
 
-  virtual std::string graphics_object_name (void) const { return "unknonwn"; }
+  virtual std::string graphics_object_name (void) const { return "unknown"; }
 
   void mark_modified (void);