Bug #4384
closedTypo in configure.in
Description
=begin
diff --git a/configure.in b/configure.in
index 0cf6536..2d436fc 100644
--- a/configure.in
+++ b/configure.in
@@ -377,7 +377,7 @@ AC_SUBST(RMDIR)
AC_SUBST(RMDIRS)
AC_SUBST(RMALL, ['rm -fr'])
-AC_MSG_CHECKING([for cd using phisical directory])
+AC_MSG_CHECKING([for cd using physical directory])
rm -fr conf$$.dir
mkdir conf$$.dir &&
(cd conf$$.dir && mkdir src build && cd src &&
This also exists in the ruby_1_8 and ruby_1_9_2 branchs (since r22797).
(akr fixed the typo in the ChangeLog at 22810)
=end
Updated by kosaki (Motohiro KOSAKI) almost 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r30824.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- configure.in (AC_MSG_CHECKING): fixed typo. the patch is
created by Benoit Daloze. Thanks a lot. [Bug #4384][ruby-core:35148]
=end
Updated by kosaki (Motohiro KOSAKI) almost 14 years ago
=begin
diff --git a/configure.in b/configure.in
index 0cf6536..2d436fc 100644
--- a/configure.in
+++ b/configure.in
@@ -377,7 +377,7 @@ AC_SUBST(RMDIR)
AC_SUBST(RMDIRS)
AC_SUBST(RMALL, ['rm -fr'])-AC_MSG_CHECKING([for cd using phisical directory])
+AC_MSG_CHECKING([for cd using physical directory])
Thanks a lot. I've commited this.
=end