ruby-changes:58370
From: Kazuhiro <ko1@a...>
Date: Wed, 23 Oct 2019 12:01:20 +0900 (JST)
Subject: [ruby-changes:58370] 959ddf44b3 (master): Fix typos [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=959ddf44b3 From 959ddf44b3613e504897239e76860aae11eed635 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 23 Oct 2019 12:00:44 +0900 Subject: Fix typos [ci skip] diff --git a/NEWS b/NEWS index c4b05d8..6aa4483 100644 --- a/NEWS +++ b/NEWS @@ -582,8 +582,8 @@ Fiber:: https://github.com/ruby/ruby/blob/trunk/NEWS#L582 * Allow selecting different coroutine implementation by using `--with-coroutine=`, e.g. - ./confgure --with-coroutine=ucontext - ./confgure --with-coroutine=copy + ./configure --with-coroutine=ucontext + ./configure --with-coroutine=copy * Replace previous stack cache with fiber pool cache. The fiber pool allocates many stacks in a single memory region. Stack allocation diff --git a/doc/ChangeLog-1.8.0 b/doc/ChangeLog-1.8.0 index 3f7d6bf..6d9453d 100644 --- a/doc/ChangeLog-1.8.0 +++ b/doc/ChangeLog-1.8.0 @@ -13020,7 +13020,7 @@ Tue Jun 12 00:41:18 2001 Yukihiro Matsumoto <matz@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.8.0#L13020 Mon Jun 11 14:29:41 2001 WATANABE Hirofumi <eban@r...> - * confgure.in: add RUBY_CANONICAL_BUILD. + * configure.in: add RUBY_CANONICAL_BUILD. Sun Jun 10 17:31:47 2001 Guy Decoux <decoux@m...> -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/