diff liboctave/oct-env.cc @ 8006:b0e7bbe7cd47

oct-env.cc (octave_env::instance_ok): fix type in error message
author John W. Eaton <jwe@octave.org>
date Mon, 04 Aug 2008 22:32:47 -0400
parents 7e6002d15d4d
children a2ab20ba78f7
line wrap: on
line diff
--- a/liboctave/oct-env.cc
+++ b/liboctave/oct-env.cc
@@ -89,7 +89,7 @@
   if (! instance)
     {
       (*current_liboctave_error_handler)
-	("unable to create current working directoy object!");
+	("unable to create current working directory object!");
 
       retval = false;
     }