projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889aa9c
)
scripts/sphinx-pre-install: fix "dependenties" typo
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 30 May 2019 21:59:14 +0000
(16:59 -0500)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/scripts/sphinx-pre-install
b/scripts/sphinx-pre-install
index f001fc2fcf1240a106349290110c6ed619b621fb..158f522f12edb50560a56c5ee8fd6766e678a735 100755
(executable)
--- a/
scripts/sphinx-pre-install
+++ b/
scripts/sphinx-pre-install
@@
-632,7
+632,7
@@
sub check_needs()
}
printf "\n";
- print "All optional dependen
t
ies are met.\n" if (!$optional);
+ print "All optional dependen
c
ies are met.\n" if (!$optional);
if ($need == 1) {
die "Can't build as $need mandatory dependency is missing";