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 (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id EE0161A009C4 for ; Mon, 28 Mar 2016 23:29:54 +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 BFA99B5D92E for ; Tue, 29 Mar 2016 00:06:39 +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 5130218CC818 for ; Tue, 29 Mar 2016 00:06:40 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 33BAC120489; Tue, 29 Mar 2016 00:06:39 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id E6662120420 for ; Tue, 29 Mar 2016 00:06:35 +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=wyAvGbfrvtLxF6F4tpvT3L6btnc=; b=sWoyxSr+Gh66a8ZQYy R8CURq8mqi0Uq1fPpPp7zXM8gkyCCcBrnXz5G2D2baiQxmByQpO7nM4kYswt3VN/ 3wTds8mMUtI8xit1w/A1x7Kd694Z+COTFToE7XfrExprB1fFOAmi+TpHlxIZ+B+m MCbuT0Uo8clAXLdsrIo7u2qcw= Received: by filter0561p1mdw1.sendgrid.net with SMTP id filter0561p1mdw1.24396.56F9484F68 2016-03-28 15:05:51.975818451 +0000 UTC Received: from herokuapp.com (ec2-50-19-35-212.compute-1.amazonaws.com [50.19.35.212]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id 5EUoqKo6QUqMgmNHBURhaA Mon, 28 Mar 2016 15:05:52.087 +0000 (UTC) Date: Mon, 28 Mar 2016 15:05:51 +0000 From: nagachika00@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49242 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS4yqo/mgHMznCWR7NePVa9fZ+8cToWBZJ2/WA RLVrnnFGuHmyocRjur3YlA0QCrksNWlKvxGpDsOqfjMNiq+zx8IQpbEHFcFXtunxOMmrYFwJRkLRh0 TpuYcmRgvmMOEVNxTMYB0LeP176SJ2gQdd2Nk6L0ZT3wmPHBiMpbO8ikvg== X-ML-Name: ruby-core X-Mail-Count: 74623 Subject: [ruby-core:74623] [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.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: DONE, 2.2: DONE, 2.3: REQUIRED I fixed the address in `ruby_2_2` branch at r54321. ---------------------------------------- Bug #11870: Eradication of typical misspellings https://bugs.ruby-lang.org/issues/11870#change-57749 * Author: Tadashi Saito * Status: Closed * Priority: Normal * Assignee: Tadashi Saito * ruby -v: * Backport: 2.1: DONE, 2.2: DONE, 2.3: REQUIRED ---------------------------------------- (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) 0002-fix-email-address.patch (813 Bytes) -- https://bugs.ruby-lang.org/