ruby-changes:42586
From: kazu <ko1@a...>
Date: Thu, 21 Apr 2016 20:19:37 +0900 (JST)
Subject: [ruby-changes:42586] kazu:r54660 (trunk): fix typos
kazu 2016-04-21 21:16:14 +0900 (Thu, 21 Apr 2016) New Revision: 54660 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54660 Log: fix typos Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 54659) +++ configure.in (revision 54660) @@ -760,7 +760,7 @@ RUBY_WERROR_FLAG([ https://github.com/ruby/ruby/blob/trunk/configure.in#L760 cp ../confdefs.h . && echo '<?xml?><plist><dict><key>CFBundleIdentifier</key><string></string></dict></plist>' > Info.plist && : - } || AC_MSG_ERROR([faild to make temporary directory]) + } || AC_MSG_ERROR([failed to make temporary directory]) AC_TRY_LINK([], [], [AC_MSG_RESULT(yes)], [ @@ -4461,7 +4461,7 @@ guard=INCLUDE_RUBY_CONFIG_H https://github.com/ruby/ruby/blob/trunk/configure.in#L4461 ( if test "x$CONFIGURE_TTY" = xyes; then color=--color; else color=; fi exec ${srcdir}/tool/ifchange $color "${config_h}" - -) || AC_MSG_ERROR([faild to create ${config_h}]) +) || AC_MSG_ERROR([failed to create ${config_h}]) tr -d '\015' < largefile.h > confdefs.h rm largefile.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/