Skip to content
Snippets Groups Projects
Commit 54002b56 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Jonathan Corbet
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment