scripts/sphinx-pre-install: fix "dependenties" typo
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 30 May 2019 21:59:14 +0000 (16:59 -0500)
committerJonathan Corbet <corbet@lwn.net>
Fri, 7 Jun 2019 17:35:36 +0000 (11:35 -0600)
Fix typo ("dependenties" for "dependencies").

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/sphinx-pre-install

index f001fc2..158f522 100755 (executable)
@@ -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";