repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 2472b46ba59512363685b16cebe14038cb3a42e0:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 2472b46ba59512363685b16cebe14038cb3a42e0
Author: Emanuele Giaquinta 
Date:   Fri Oct 8 18:57:04 2010 +0000

    Fix typo.

diff --git a/configure.ac b/configure.ac
index 9c07235620e3de7fede9c2d7cf51c58294a2f012..
index ..f2f3f2a590d701871b21e71f311e29280cc1e575 100644
--- a/configure.ac
+++ b/configure.ac
@@ -694,7 +694,7 @@ if test x$support_scroll_xterm = xyes; then
   scrolltypes="$scrolltypes xterm"
 fi
 if test x$support_pointer_blank = xyes; then
-  AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing)
+  AC_DEFINE(POINTER_BLANK, 1, Define if you want to hide the pointer while typing)
 fi
 if test x$support_text_blink = xyes; then
   AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support)

-----END OF PAGE-----