From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3AF36A00E6 for ; Fri, 22 Mar 2019 11:55:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D73351B5A0; Fri, 22 Mar 2019 11:55:08 +0100 (CET) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 183341B59B for ; Fri, 22 Mar 2019 11:55:08 +0100 (CET) Received: by mail-wm1-f66.google.com with SMTP id 4so1690464wmf.1 for ; Fri, 22 Mar 2019 03:55:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qip2wHbr0Ldo5gQW/OTlNYn9Uqq8tDSajQ2Akp/h2oQ=; b=B1+DuyK9fSrWJVPeEnZNUeCatTSt/oWCJRDriThTHyk3rgCLtMHpwXv/jpIQF2dGhC 5NH/36sw+0wlC+0yFgHBjBWyCs+VtqBcHVE5c99KfM1PNiLGnKmirYbLSJfs8ogKWvPX 51EU717XpRROdrHQuvsKnrkbrAZKYn7tmfcHMDlaXPh7iUjDVSOxwDVLKLPjnWt3OvOT ESlhxZnP++QNKz0mFeFxLveHERLMyxZ0d0HfitDBfCkaRuRWTDxNyLO6yBZAfkpel5CX wx0RDNsrM7vDZr2Ws0nVZD3fIrqCxd+sOkAfkqdL6xBQmupKRuOdGzU45TFz8wb6tZYT E1Yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qip2wHbr0Ldo5gQW/OTlNYn9Uqq8tDSajQ2Akp/h2oQ=; b=dY76klHu2UhTwIzMAJkkoJdEoGwOccx9ChVnFocqQTyZol2/eFCbGSvo00Cw0mdfcY gamkgrkiZjwHI9s85iZGTvitzvRme+c1+rgWmrYQg/baeah53Nrawi+mGaxK18RWF2Y9 Zic48GXhihG+lUneIu7/96t2aMipgCqao51uWs6lYCi4oA/tyfYODLvW7XSPcSJnWbyT ad7qmGoLwbxrom6h6yV5MpIUUPxNsGU9jIpf7hpWAWRscyKYYDJF/4OwbWPCcWtQtqjo 7/tPQ69e/509kKgZvuEwiG6c6HLg/OXaGac0pg+KmVJu5nM6hIbpOBdxA365qgXQUDzp Zclw== X-Gm-Message-State: APjAAAWah2BFXP1b1oFF8FEjT64iOk92FnVE2/G/V+Om2TYqpzV8Z7w4 hX8G3LBLRZcdQ0tG6/EuZEVzZqFtxDJ5Jw== X-Google-Smtp-Source: APXvYqx+BAQ/T/ZpDVW1Tw3ue36TunW9KjQ/OD0L79fFkVq5gMrKzz7jW6+VegMqXCy7ETCIrzdJcg== X-Received: by 2002:a1c:2543:: with SMTP id l64mr2713544wml.116.1553252107531; Fri, 22 Mar 2019 03:55:07 -0700 (PDT) Received: from localhost.localdomain (bzq-79-180-101-57.red.bezeqint.net. [79.180.101.57]) by smtp.gmail.com with ESMTPSA id a82sm8083787wmf.11.2019.03.22.03.55.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Mar 2019 03:55:07 -0700 (PDT) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Fri, 22 Mar 2019 12:55:00 +0200 Message-Id: <20190322105500.11508-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] doc/dts_gsg: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" This patch fixes a trivial typo in getting started guide. covertion=>conversion. Signed-off-by: Rami Rosen --- doc/dts_gsg/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dts_gsg/intro.rst b/doc/dts_gsg/intro.rst index ce45c90..b86a1cb 100644 --- a/doc/dts_gsg/intro.rst +++ b/doc/dts_gsg/intro.rst @@ -55,7 +55,7 @@ In the DPDK Test Suite Test Framework, it provides the following modules to help +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | settings.py | Setting for default network card and its identifiers supported by the framework | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | utils.py | Provide shared simple functions like IP address covertion and mask creation | + | utils.py | Provide shared simple functions like IP address conversion and mask creation | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ssh_connection.py | Create session to host, implement send_expect and copy function | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ -- 2.19.2