Documentation: zram: fix dictionary spelling
authorSaru2003 <sarvesh20123@gmail.com>
Mon, 25 Nov 2024 16:51:22 +0000 (22:21 +0530)
committerJonathan Corbet <corbet@lwn.net>
Fri, 13 Dec 2024 15:52:22 +0000 (08:52 -0700)
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 <sarvesh20123@gmail.com>
Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241125165122.17521-1-sarvesh20123@gmail.com
Documentation/admin-guide/blockdev/zram.rst

index 714a5171bfc0b869212e1e156a8cf06e00ab4193..1576fb93f06c4a21dba0230b18a3a51736909798 100644 (file)
@@ -121,14 +121,14 @@ compression algorithm to use external pre-trained dictionary, pass full
 path to the `dict` along with other parameters::
 
        #pass path to pre-trained zstd dictionary
-       echo "algo=zstd dict=/etc/dictioary" > /sys/block/zram0/algorithm_params
+       echo "algo=zstd dict=/etc/dictionary" > /sys/block/zram0/algorithm_params
 
        #same, but using algorithm priority
-       echo "priority=1 dict=/etc/dictioary" > \
+       echo "priority=1 dict=/etc/dictionary" > \
                /sys/block/zram0/algorithm_params
 
        #pass path to pre-trained zstd dictionary and compression level
-       echo "algo=zstd level=8 dict=/etc/dictioary" > \
+       echo "algo=zstd level=8 dict=/etc/dictionary" > \
                /sys/block/zram0/algorithm_params
 
 Parameters are algorithm specific: not all algorithms support pre-trained