diff options
author | Kendra Moore <kendra.j.moore3443@gmail.com> | 2024-03-12 04:47:53 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-03-18 03:38:08 -0600 |
commit | b4331b9884f12daf2a8dc595200b1fa5c57cf4a6 (patch) | |
tree | 53ec33448c4aae5df0dc75e4e12f8e928fb1849a /Documentation | |
parent | bf4401f3ec700e1a7376a4cbf05ef40c7ffce064 (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/cifs/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cifs/introduction.rst b/Documentation/admin-guide/cifs/introduction.rst index 53ea62906aa5..ffc6e2564dd5 100644 --- a/Documentation/admin-guide/cifs/introduction.rst +++ b/Documentation/admin-guide/cifs/introduction.rst @@ -28,7 +28,7 @@ Introduction high performance safe distributed caching (leases/oplocks), optional packet signing, large files, Unicode support and other internationalization improvements. Since both Samba server and this filesystem client support the - CIFS Unix extensions, and the Linux client also suppors SMB3 POSIX extensions, + CIFS Unix extensions, and the Linux client also supports SMB3 POSIX extensions, the combination can provide a reasonable alternative to other network and cluster file systems for fileserving in some Linux to Linux environments, not just in Linux to Windows (or Linux to Mac) environments. |