From patchwork Sun Apr 3 16:35:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Engestrom X-Patchwork-Id: 8738431 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 65E909F36E for ; Mon, 4 Apr 2016 08:27:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7E4612022A for ; Mon, 4 Apr 2016 08:27:46 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id A0EF32017E for ; Mon, 4 Apr 2016 08:27:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 145B66E497; Mon, 4 Apr 2016 08:27:45 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id D778F6E07B for ; Sun, 3 Apr 2016 16:51:52 +0000 (UTC) Received: by mail-lf0-f67.google.com with SMTP id c62so19144533lfc.2 for ; Sun, 03 Apr 2016 09:51:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=cELev969wUuWxHZSB3Vttixn58d/RhCcL8xICYsM6jk=; b=Kqqw6QV+26HbV1KQsSH2P7KCDP0XVrrU6tAovBCSUWRtu9xHLLC4tjuTtxlUc95fj4 lyigSNiymqkgp7nF/Lk8vIE7xVLFw9rKpXUV6AYovwneBuCvUJ0VFpNQxCvUJejuKJEK HfqNLv4SYHSVZ1LMWGIvfd40gvxpTvKO719t6jUt5b4Da13mfF/mr080u20reWQxPvou JKmhYTYqQOKCMmplj9r721tstPU6Maq45IWxZnvsuOisdOQsiy7bWAadRul+1NN7PxwS fIVg60ir0z9643yUB1+BN1f7P976fWrZg2TIMgULLaIxCfNsa2ppzmMKCiyOCbxHWLAe uLKg== X-Gm-Message-State: AD7BkJKJYVtMfdds5DanJbPh0AHpH20x67fbwei9xd53X2X6hf59veuRqur0u/X+iapMSA== X-Received: by 10.194.61.209 with SMTP id s17mr14270352wjr.35.1459702310344; Sun, 03 Apr 2016 09:51:50 -0700 (PDT) Received: from Eric-XPS.localdomain (0545748a.skybroadband.com. [5.69.116.138]) by smtp.gmail.com with ESMTPSA id t8sm24599519wjy.41.2016.04.03.09.51.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 Apr 2016 09:51:49 -0700 (PDT) From: Eric Engestrom To: intel-gfx@lists.freedesktop.org Date: Sun, 3 Apr 2016 17:35:26 +0100 Message-Id: <1459701330-2263-1-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 X-Mailman-Approved-At: Mon, 04 Apr 2016 08:27:43 +0000 Cc: Eric Engestrom Subject: [Intel-gfx] [PATCH i-g-t 1/5] README: fix spelling mistakes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Eric Engestrom --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d302af3..cfb6ab2 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ tests/ changes. Many of the tests have subtests, which can be listed by using the --list-subtests command line option and then run using the --run-subtest option. If --run-subtest is not used, all subtests will - be run. Some tests have futher options and these are detailed by using + be run. Some tests have further options and these are detailed by using the --help option. The test suite can be run using the run-tests.sh script available in