Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: Fix typo in admin-guide/cifs/introduction.rst

This patch corrects a spelling error specifically
the word "supports" was misspelled "suppors".

No functional changes are made by this patch; it
only improves the accuracy and readability of the
documentation.

Signed-off-by: Kendra Moore <kendra.j.moore3443@gmail.com>
Reviewed-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20240312084753.27122-1-kendra.j.moore3443@gmail.com>

authored by

Kendra Moore and committed by
Jonathan Corbet
b4331b98 bf4401f3

+1 -1
+1 -1
Documentation/admin-guide/cifs/introduction.rst
··· 28 28 high performance safe distributed caching (leases/oplocks), optional packet 29 29 signing, large files, Unicode support and other internationalization 30 30 improvements. Since both Samba server and this filesystem client support the 31 - CIFS Unix extensions, and the Linux client also suppors SMB3 POSIX extensions, 31 + CIFS Unix extensions, and the Linux client also supports SMB3 POSIX extensions, 32 32 the combination can provide a reasonable alternative to other network and 33 33 cluster file systems for fileserving in some Linux to Linux environments, 34 34 not just in Linux to Windows (or Linux to Mac) environments.