1
0
Fork 0
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:
nobu 2010-11-25 14:31:36 +00:00
parent bd98301784
commit 756dfe9f40
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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