diff run-octave.in @ 16036:dd583c258cf9

Fix trivial typo in run-octave.in comment
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 11 Feb 2013 11:30:14 -0500
parents e27d9b9b71f4
children bfff338c56d1
line wrap: on
line diff
--- a/run-octave.in	Sat Feb 09 16:13:55 2013 -0500
+++ b/run-octave.in	Mon Feb 11 11:30:14 2013 -0500
@@ -63,7 +63,7 @@
     shift
   elif [ "x$1" = "x-gud2" ]; then
     ## The latest version of gud needs -i=mi. There isn't a good way to check
-    ## this at configure time, so we just add a gdb2 flag
+    ## this at configure time, so we just add a gud2 flag
     driver="gdb -i=mi --args"
     shift
   elif [ "x$1" = "x-valgrind" ]; then