scripts/sphinx-pre-install: fix "dependenties" typo
Fix typo ("dependenties" for "dependencies"). Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Родитель
889aa9ca93
Коммит
54002b56b0
|
@ -632,7 +632,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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче