linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: Fix typo in admin-guide/cifs/introduction.rst
@ 2024-03-12  8:47 Kendra Moore
  2024-03-12 19:18 ` Matthew Wilcox
  2024-03-18  9:39 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Kendra Moore @ 2024-03-12  8:47 UTC (permalink / raw)
  To: linux-doc; +Cc: Kendra Moore

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>
---
 Documentation/admin-guide/cifs/introduction.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: Fix typo in admin-guide/cifs/introduction.rst
  2024-03-12  8:47 [PATCH] doc: Fix typo in admin-guide/cifs/introduction.rst Kendra Moore
@ 2024-03-12 19:18 ` Matthew Wilcox
  2024-03-18  9:39 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew Wilcox @ 2024-03-12 19:18 UTC (permalink / raw)
  To: Kendra Moore; +Cc: linux-doc

On Tue, Mar 12, 2024 at 04:47:53AM -0400, Kendra Moore wrote:
> 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>

If you wanted to, there are two other occurrences of the word 'suppors'
in Linux:

$ git grep suppors
Documentation/admin-guide/cifs/introduction.rst:  CIFS Unix extensions, and the Linux client also suppors SMB3 POSIX extensions,
drivers/media/rc/keymaps/rc-khamsin.c: * BT (STB) modes. This keymap suppors the IR controls.
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c: * and allocates the socket buffers. It suppors the chained and ring

which you could submit patches for.  You could also add it to
scripts/spelling.txt so there's a chance it won't appear in the future.
None of these are as important as getting this patch in, since this is
visible documentation.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: Fix typo in admin-guide/cifs/introduction.rst
  2024-03-12  8:47 [PATCH] doc: Fix typo in admin-guide/cifs/introduction.rst Kendra Moore
  2024-03-12 19:18 ` Matthew Wilcox
@ 2024-03-18  9:39 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2024-03-18  9:39 UTC (permalink / raw)
  To: Kendra Moore, linux-doc; +Cc: Kendra Moore

Kendra Moore <kendra.j.moore3443@gmail.com> writes:

> 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>
> ---
>  Documentation/admin-guide/cifs/introduction.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-18  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12  8:47 [PATCH] doc: Fix typo in admin-guide/cifs/introduction.rst Kendra Moore
2024-03-12 19:18 ` Matthew Wilcox
2024-03-18  9:39 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).