From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id E5E18160907 for ; Wed, 13 Aug 2025 09:18:51 +0200 (CEST) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-459ddf8acf1so52552535e9.0 for ; Wed, 13 Aug 2025 00:18:51 -0700 (PDT) From: Erick Karanja To: Damien Le Moal , Philipp Reisner , Lars Ellenberg , Jonathan Corbet Subject: [PATCH] Docs: admin-guide: Correct spelling mistake Date: Wed, 13 Aug 2025 10:18:36 +0300 Message-ID: <20250813071837.668613-1-karanja99erick@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, skhan@linuxfoundation.org, Erick Karanja , linux-kernel-mentees@lists.linuxfoundation.org, Christoph Hellwig , drbd-dev@lists.linbit.com List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Fix spelling mistake directoy to directory Reported-by: codespell Signed-off-by: Erick Karanja --- Documentation/admin-guide/blockdev/zoned_loop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/blockdev/zoned_loop.rst b/Documentation/admin-guide/blockdev/zoned_loop.rst index 9c7aa3b482f3..64dcfde7450a 100644 --- a/Documentation/admin-guide/blockdev/zoned_loop.rst +++ b/Documentation/admin-guide/blockdev/zoned_loop.rst @@ -79,7 +79,7 @@ zone_capacity_mb Device zone capacity (must always be equal to or lower than the zone size. Default: zone size. conv_zones Total number of conventioanl zones starting from sector 0. Default: 8. -base_dir Path to the base directoy where to create the directory +base_dir Path to the base directory where to create the directory containing the zone files of the device. Default=/var/local/zloop. The device directory containing the zone files is always -- 2.43.0