From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 121B0160645 for ; Fri, 13 Dec 2024 17:13:53 +0100 (CET) From: Jonathan Corbet To: Saru2003 , minchan@kernel.org, senozhatsky@chromium.org Subject: Re: [PATCH v2] Documentation: zram: fix dictionary spelling In-Reply-To: <20241125165122.17521-1-sarvesh20123@gmail.com> References: <20241125024927.GA440697@google.com> <20241125165122.17521-1-sarvesh20123@gmail.com> Date: Fri, 13 Dec 2024 09:07:23 -0700 Message-ID: <87r06bwoqs.fsf@trenco.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Cc: linux-doc@vger.kernel.org, philipp.reisner@linbit.com, linux-kernel@vger.kernel.org, terrelln@fb.com, Saru2003 , lars.ellenberg@linbit.com, 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: , Saru2003 writes: > Fixes a typo in the ZRAM documentation where 'dictioary' was > misspelled. Corrected it to 'dictionary' in the example usage > of 'algorithm_params'. > > Signed-off-by: Sarveshwaar SS > --- > Documentation/admin-guide/blockdev/zram.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks. jon