Bug #4384
Typo 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
Associated revisions
- configure.in (AC_MSG_CHECKING): fixed typo. the patch is created by Benoit Daloze. Thanks a lot. [Bug #4384]
- configure.in (AC_MSG_CHECKING): fixed typo. the patch is created by Benoit Daloze. Thanks a lot. [Bug #4384]
- configure.in (AC_MSG_CHECKING): fixed typo. the patch is created by Benoit Daloze. Thanks a lot. [Bug #4384]
- configure.in (AC_MSG_CHECKING): fixed typo. the patch is created by Benoit Daloze. Thanks a lot. [Bug #4384]
- configure.in (AC_MSG_CHECKING): fixed typo. the patch is created by Benoit Daloze. Thanks a lot. [Bug #4384]
History
#1
Updated by kosaki (Motohiro KOSAKI) about 7 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
#2
Updated by kosaki (Motohiro KOSAKI) about 7 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
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e