diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-05-30 16:59:14 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-07 11:35:36 -0600 |
commit | 54002b56b04bc83f8961c8751f6bfef07461d587 (patch) | |
tree | 6c92ec7b8b3cd20fb3a02626edfeb274ed443272 /scripts | |
parent | 889aa9ca930602a0e860cfb89e467c2a7a729b1b (diff) | |
download | linux-stable-54002b56b04bc83f8961c8751f6bfef07461d587.tar.gz linux-stable-54002b56b04bc83f8961c8751f6bfef07461d587.tar.bz2 linux-stable-54002b56b04bc83f8961c8751f6bfef07461d587.zip |
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sphinx-pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install index f001fc2fcf12..158f522f12ed 100755 --- a/scripts/sphinx-pre-install +++ b/scripts/sphinx-pre-install @@ -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"; |