changeset 21513:6bf7f41afea6

* configure.ac: Correct typo of "gnuplot" in warning message
author Mike Miller <mtmiller@octave.org>
date Mon, 21 Mar 2016 15:56:51 -0700
parents 79aa496c6d47
children ba9d1a17f563
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Mar 21 15:54:53 2016 -0700
+++ b/configure.ac	Mon Mar 21 15:56:51 2016 -0700
@@ -3561,7 +3561,7 @@
   AC_MSG_WARN([])
   AC_MSG_WARN([I didn't find the libraries needed to compile Octave])
   AC_MSG_WARN([with support for OpenGL graphics.  Creating plots is])
-  AC_MSG_WARN([still possible if you have gnpulot installed.])
+  AC_MSG_WARN([still possible if you have gnuplot installed.])
   warn_msg_printed=true
 fi