* [PATCH] scripts/sphinx-pre-install: fix "dependenties" typo
@ 2019-05-30 21:59 Bjorn Helgaas
2019-06-07 17:35 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2019-05-30 21:59 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Mauro Carvalho Chehab, linux-kernel, Bjorn Helgaas
From: Bjorn Helgaas <bhelgaas@google.com>
Fix typo ("dependenties" for "dependencies").
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
scripts/sphinx-pre-install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install
index f6a5c0bae31e..78bcd29139b2 100755
--- a/scripts/sphinx-pre-install
+++ b/scripts/sphinx-pre-install
@@ -559,7 +559,7 @@ sub check_needs()
}
printf "\n";
- print "All optional dependenties are met.\n" if (!$optional);
+ print "All optional dependencies are met.\n" if (!$optional);
if ($need == 1) {
die "Can't build as $need mandatory dependency is missing";
--
2.22.0.rc1.257.g3120a18244-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] scripts/sphinx-pre-install: fix "dependenties" typo
2019-05-30 21:59 [PATCH] scripts/sphinx-pre-install: fix "dependenties" typo Bjorn Helgaas
@ 2019-06-07 17:35 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2019-06-07 17:35 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: Mauro Carvalho Chehab, linux-kernel, Bjorn Helgaas
On Thu, 30 May 2019 16:59:14 -0500
Bjorn Helgaas <helgaas@kernel.org> wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> Fix typo ("dependenties" for "dependencies").
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> scripts/sphinx-pre-install | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install
> index f6a5c0bae31e..78bcd29139b2 100755
> --- a/scripts/sphinx-pre-install
> +++ b/scripts/sphinx-pre-install
> @@ -559,7 +559,7 @@ sub check_needs()
> }
> printf "\n";
>
> - print "All optional dependenties are met.\n" if (!$optional);
> + print "All optional dependencies are met.\n" if (!$optional);
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-07 17:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-30 21:59 [PATCH] scripts/sphinx-pre-install: fix "dependenties" typo Bjorn Helgaas
2019-06-07 17:35 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox