From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C163B45645 for ; Thu, 18 Jul 2024 15:51:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5DF4542F51; Thu, 18 Jul 2024 15:50:59 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by mails.dpdk.org (Postfix) with ESMTP id 5DBDA40272; Wed, 17 Jul 2024 17:49:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1721231382; x=1752767382; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=f+RKPv3OrhwEqwD+5ijUtue8PJM5OduQhStXF5Viuds=; b=DcQR5a7XxYD7rbcv0hV9tw31snLXxPb9BaXt7Zs+Nm/B/+Ges0ektFOr /hBQiaRWjwqG9du23TPlJyMw0gEBXPamQNqSdixYzts3wNmnJXng5ZDMw Y9Llqa46VFyuMmHIoXNZBBu5Re8bCZkVQzA3OfDQLOivQHDmI1KBDqVSe fZt7xtJQfZHWE9XGP0G/WW66xaHKBJbDFyjzo3dOod3D1n4JmL/XJC0P2 +zHsyEILIloJhaLuFy6jhWHEfcxyf2IkJAjtgLy3CjonFtqQXchHYfrep Y1I2Za2nUNuL/O/Dd8RdMNk3a/CtNghRSAht3FZBmNKpjU5PdjViZKHAF g==; X-CSE-ConnectionGUID: zw2qiNhvQumvR9IQYHwt6A== X-CSE-MsgGUID: fsy3/mDmTkmTmMCV/fb3zw== X-IronPort-AV: E=McAfee;i="6700,10204,11136"; a="44167431" X-IronPort-AV: E=Sophos;i="6.09,215,1716274800"; d="scan'208";a="44167431" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jul 2024 08:49:41 -0700 X-CSE-ConnectionGUID: z313hnkORniiS5zxqRkyZw== X-CSE-MsgGUID: hItn6KLMSCuDIRc3WJxm2A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,215,1716274800"; d="scan'208";a="50322938" Received: from silpixa00400630.ir.intel.com ([10.237.213.150]) by orviesa010.jf.intel.com with ESMTP; 17 Jul 2024 08:49:39 -0700 From: Joel Kavanagh To: Herakliusz Lipiec , Marko Kovacevic Cc: dev@dpdk.org, stable@dpdk.org, Joel Kavanagh Subject: [PATCH v2 4/4] doc: fix typo in l2fwd-crypto guide Date: Wed, 17 Jul 2024 15:49:08 +0000 Message-Id: <20240717154908.2281023-5-joel.kavanagh@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240717154908.2281023-1-joel.kavanagh@intel.com> References: <20240711131457.959498-1-joel.kavanagh@intel.com> <20240717154908.2281023-1-joel.kavanagh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 18 Jul 2024 15:50:57 +0200 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org This patch fixes a typo in the l2fwd-crypto documentation where the l2fwd-crypt was changed to l2fwd-crypto. Fixes: 7cacb0565539 ("doc: add generic build instructions for sample apps") Cc: stable@dpdk.org Signed-off-by: Joel Kavanagh --- doc/guides/sample_app_ug/l2_forward_crypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/l2_forward_crypto.rst b/doc/guides/sample_app_ug/l2_forward_crypto.rst index ce49eab96f..7ff304d05c 100644 --- a/doc/guides/sample_app_ug/l2_forward_crypto.rst +++ b/doc/guides/sample_app_ug/l2_forward_crypto.rst @@ -30,7 +30,7 @@ Compiling the Application To compile the sample application see :doc:`compiling`. -The application is located in the ``l2fwd-crypt`` sub-directory. +The application is located in the ``l2fwd-crypto`` sub-directory. Running the Application ----------------------- -- 2.34.1