From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 200A91A00477 for ; Wed, 9 Mar 2016 03:27:27 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id AA741B5D9D5 for ; Wed, 9 Mar 2016 04:03:19 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 9AD6218CC7B2 for ; Wed, 9 Mar 2016 04:03:19 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 68605120439; Wed, 9 Mar 2016 04:03:18 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id E840012040F for ; Wed, 9 Mar 2016 04:03:13 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=p0lK/qkY5fJqnf+bEMWPqn+4bsg=; b=zWtWytuarcPkOJ4yIN EIvpsZIHCS6StLn6DT2UYy8mXn8ySK4lAAz9HGPfciLSea3wifGs94hlGzcQYYhF fQJQ4kaScGpBbjE+wtI3WOaO/ruFsgKzxwPp/JvqiHq8Fm6yvN8gnSz9zljynKu8 VHBAlisH93Gem2lZCVGFGMNZo= Received: by filter0617p1mdw1.sendgrid.net with SMTP id filter0617p1mdw1.23607.56DF21E8E 2016-03-08 19:03:04.121542471 +0000 UTC Received: from herokuapp.com (ec2-54-167-217-135.compute-1.amazonaws.com [54.167.217.135]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id ENSCLM63SOewT-iSoD_i2A Tue, 08 Mar 2016 19:03:04.067 +0000 (UTC) Date: Tue, 08 Mar 2016 19:03:03 +0000 From: nagachika00@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 48837 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11870 X-Redmine-Issue-Author: tad X-Redmine-Issue-Assignee: tad X-Redmine-Sender: nagachika X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6MDCEzdFDg6lyg0swpoQcdSiVu/MhV1gvHQX Ud4Gip6RkXODnQpN4zEhBU/NwZFXJDwNN/kPcs2hgW73lYALAaFZArq0opM6B8Ey3NEd7P/UvY7V2H i+XQW3nvfTanwyfDslg3krdHlj5i1+RXhM7Z/2Qr8wSGglcznvLN4ttthg== X-ML-Name: ruby-core X-Mail-Count: 74228 Subject: [ruby-core:74228] [Ruby trunk Bug#11870] Eradication of typical misspellings X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11870 has been updated by Tomoyuki Chikanaga. Backport changed from 2.0.0: REQUIRED, 2.1: DONE, 2.2: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE Backported into `ruby_2_2` branch at r54040. ---------------------------------------- Bug #11870: Eradication of typical misspellings https://bugs.ruby-lang.org/issues/11870#change-57363 * Author: Tadashi Saito * Status: Closed * Priority: Normal * Assignee: Tadashi Saito * ruby -v: * Backport: 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE ---------------------------------------- (Note: this patch is low priority and I do not complained if this isn't applied to 2.3 release.) Thanks to the Wikipedia page https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines , I've found many misspellings in both of documents and codes. I've attached a patch for trunk to correct them. ---Files-------------------------------- 0001-fix-common-misspelling.patch (23.3 KB) -- https://bugs.ruby-lang.org/