Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";