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 79BDB19E003E for ; Thu, 24 Dec 2015 18:17:08 +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 EE1D8B5D89D for ; Thu, 24 Dec 2015 18:49:31 +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 A28BD18CC7B1 for ; Thu, 24 Dec 2015 18:49:32 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 49E701204E0; Thu, 24 Dec 2015 18:49:31 +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 6FF1D1204A1 for ; Thu, 24 Dec 2015 18:49:27 +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=es20mD6bprsXTP32OwwQL5NizC0=; b=FyH/lvSRh1csaz3NxZ CovA5WwW4gTWjc7WKT4gFPYQQAHK4Twv1mWvp3B+ZVr4HLeEHlNae6tHOpKgKVJ1 SC6o/CfmfKjb2/I6k8gH3OrNm//waIEuqLg+b6nFA4gLacesAUiDAlaT/0tjou31 lncEq7Qmw5H7v2NFB8TFRYgvo= Received: by filter0578p1mdw1.sendgrid.net with SMTP id filter0578p1mdw1.11623.567BBFA111 2015-12-24 09:49:21.399138996 +0000 UTC Received: from herokuapp.com (ec2-54-144-67-55.compute-1.amazonaws.com [54.144.67.55]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id sbowdLRWSRua8NoxiG5sRQ Thu, 24 Dec 2015 09:49:21.527 +0000 (UTC) Date: Thu, 24 Dec 2015 09:49:21 +0000 From: nobu@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 47067 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11870 X-Redmine-Issue-Author: tad X-Redmine-Issue-Assignee: tad X-Redmine-Sender: nobu 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7EhUSpfIWGk5aSvdmW4089k1bo5wtauH52lK sL283yV6ZY5aFqCk0Vtx8jJB5po5ctzFc6Z9uY7ualnQr8kXc0Z1NztJF+L6sKBa2dxqRscWG5uxg8 R3eQOuGMGO0Ojhjbv2yIOF7ZhLcEJzqXJEENohNXG/StJC28MU4b1n4Tiw== X-SendGrid-Contentd-ID: {"test_id":"1450950563"} X-ML-Name: ruby-core X-Mail-Count: 72469 Subject: [ruby-core:72469] [Ruby trunk - Bug #11870] [Assigned] 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 Nobuyoshi Nakada. Status changed from Open to Assigned Assignee set to Tadashi Saito ---------------------------------------- Bug #11870: Eradication of typical misspellings https://bugs.ruby-lang.org/issues/11870#change-55756 * Author: Tadashi Saito * Status: Assigned * Priority: Normal * Assignee: Tadashi Saito * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- (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/