Project

General

Profile

Actions

Bug #4384

closed

Typo in configure.in

Added by Eregon (Benoit Daloze) about 13 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.3dev (2011-02-05 trunk 30801) [x86_64-darwin10.6.0]
Backport:
[ruby-core:35148]

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

Actions #1

Updated by kosaki (Motohiro KOSAKI) about 13 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
Actions #2

Updated by kosaki (Motohiro KOSAKI) about 13 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

Actions

Also available in: Atom PDF

Like0
Like0Like0