SF.net SVN: geany: [2534] trunk/configure.in

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Apr 27 14:45:37 UTC 2008


Revision: 2534
          http://geany.svn.sourceforge.net/geany/?rev=2534&view=rev
Author:   eht16
Date:     2008-04-27 07:45:36 -0700 (Sun, 27 Apr 2008)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    trunk/configure.in

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2008-04-27 14:43:13 UTC (rev 2533)
+++ trunk/configure.in	2008-04-27 14:45:36 UTC (rev 2534)
@@ -184,7 +184,7 @@
 if test "x$want_vte" = "x"; then
     # VTE support
     AC_ARG_ENABLE(vte, AC_HELP_STRING([--enable-vte],
-     [enable if you want virtual termninal support [[default=yes]]]),
+     [enable if you want virtual terminal support [[default=yes]]]),
      [want_vte="$enableval"], [want_vte="yes"])
     if test "x$want_vte" = "xyes"; then
     	AC_DEFINE(HAVE_VTE, 1, [Define if you want VTE support])


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list