grammar fixes
Correct grammar from "cannot found" to "cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
This commit is contained in:
parent
c53c38b90b
commit
19f411cbc6
5 changed files with 15 additions and 15 deletions
|
@ -24,7 +24,7 @@ NTP_SERVER="0.fedora.pool.ntp.org"
|
|||
ts_init "$*"
|
||||
ts_skip_nonroot
|
||||
|
||||
[ -x "/usr/sbin/ntpdate" ] || ts_skip "cannot found ntpdate command"
|
||||
[ -x "/usr/sbin/ntpdate" ] || ts_skip "cannot find ntpdate command"
|
||||
|
||||
set -o pipefail
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue