Commit 54002b56 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Jonathan Corbet

scripts/sphinx-pre-install: fix "dependenties" typo

Fix typo ("dependenties" for "dependencies").
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 889aa9ca
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment