From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969018AbdDSSio (ORCPT ); Wed, 19 Apr 2017 14:38:44 -0400 Received: from mail-yb0-f194.google.com ([209.85.213.194]:36662 "EHLO mail-yb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965999AbdDSSim (ORCPT ); Wed, 19 Apr 2017 14:38:42 -0400 Date: Wed, 19 Apr 2017 11:38:39 -0700 From: Brian Norris To: Colin King Cc: David Woodhouse , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] jffs2: fix spelling mistake: "requestied" -> "requested" Message-ID: <20170419183839.GA142791@google.com> References: <20170223003400.9617-1-colin.king@canonical.com> <20170419183634.GA20555@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170419183634.GA20555@google.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 19, 2017 at 11:36:34AM -0700, Brian Norris wrote: > s/an nonexistent/a nonexisten/ Ha, and of course a typo in my correction :) But at least I didn't make that mistake in the real commit. Brian