about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-23 08:39:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-23 08:39:58 +0000
commit1e41a8a44a7fce08523996d4682b12cb22ec67a4 (patch)
tree87e250566d29ae783b3852b5e66744eefaceed7f /configure.ac
parente210f8d614dced7b44f07651ee1b058adadcb4a4 (diff)
downloadzsh-1e41a8a44a7fce08523996d4682b12cb22ec67a4.tar.gz
zsh-1e41a8a44a7fce08523996d4682b12cb22ec67a4.tar.xz
zsh-1e41a8a44a7fce08523996d4682b12cb22ec67a4.zip
24864: Jun. T: typos in alternative wcwidth().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 247f4f062..704f8b1a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2320,7 +2320,7 @@ if test x$zsh_cv_c_unicode_support = xyes; then
   zsh_cv_c_broken_wcwidth=yes,
   zsh_cv_c_broken_wcwidth=no,
   zsh_cv_c_broken_wcwidth=no)])
-  if test x$zsh_cv_c_broken_wcwdith = xyes; then
+  if test x$zsh_cv_c_broken_wcwidth = xyes; then
     AC_DEFINE(BROKEN_WCWIDTH)
   fi
 fi