1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Bjorn Helgaas 2019-05-30 16:59:14 -05:00 committed by Jonathan Corbet
parent 889aa9ca93
commit 54002b56b0
1 changed files with 1 additions and 1 deletions

View File

@ -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";