aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-21 12:16:14 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-21 12:16:14 +0000
commitf567d1cff649435e311dc3f7c586b115bbe5d6d7 (patch)
tree9340d4e01c9e27458f7bd098da52d580b4cbbaf4 /configure.in
parent1ed79f148a8a70f1fcf44b97c4ab449049742412 (diff)
downloadruby-f567d1cff649435e311dc3f7c586b115bbe5d6d7.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 508e6bb20b..fa3b2d0528 100644
--- a/configure.in
+++ b/configure.in
@@ -760,7 +760,7 @@ RUBY_WERROR_FLAG([
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
(
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