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

Also available in: Atom PDF

Like0
Like0Like0