mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bd98301784
commit
756dfe9f40
2 changed files with 2 additions and 2 deletions
|
@ -2615,7 +2615,7 @@ AC_ARG_WITH(rubylibprefix,
|
|||
[if test "x$withval" = xno; then
|
||||
AC_MSG_ERROR([No ruby, No libprefix])
|
||||
fi
|
||||
rubylibprefix"=$withval"])
|
||||
rubylibprefix="$withval"])
|
||||
RUBY_LIB_PREFIX=`eval echo \\"${rubylibprefix}\\"`
|
||||
AC_SUBST(rubylibprefix)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# encoding: ASCII-8BIT # make sure this runs in binary mode
|
||||
# some of the comments are in UTF-8
|
||||
p __ENCODING__
|
||||
|
||||
require 'test/unit'
|
||||
class TestTranscode < Test::Unit::TestCase
|
||||
def test_errors
|
||||
|
|
Loading…
Add table
Reference in a new issue