summaryrefslogtreecommitdiffstats
path: root/tests/ts/hwclock
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-08-12 20:06:13 +0200
committerKarel Zak2011-08-15 14:28:21 +0200
commit19f411cbc68df897aff17443a416a15788c7a45a (patch)
treee0a5a887bb1ed30c5ddb2367beb012f33d7a548c /tests/ts/hwclock
parenthexdump: fix segfault due to uninitialized memory (diff)
downloadkernel-qcow2-util-linux-19f411cbc68df897aff17443a416a15788c7a45a.tar.gz
kernel-qcow2-util-linux-19f411cbc68df897aff17443a416a15788c7a45a.tar.xz
kernel-qcow2-util-linux-19f411cbc68df897aff17443a416a15788c7a45a.zip
grammar fixes
Correct grammar from "cannot found" to "cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'tests/ts/hwclock')
-rwxr-xr-xtests/ts/hwclock/systohc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/hwclock/systohc b/tests/ts/hwclock/systohc
index 9dedc6208..f58d07e22 100755
--- a/tests/ts/hwclock/systohc
+++ b/tests/ts/hwclock/systohc
@@ -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