summaryrefslogtreecommitdiff
path: root/yarns/9000-implements.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-13 22:01:50 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-13 22:03:54 +0300
commit489d8949b83cb0196eca99f049aac3b760f60fb7 (patch)
treed6d2082f322de4018620bb3d104dc5e5813c272d /yarns/9000-implements.yarn
parent41a307d09e0191ce5f82eb9536c7da02c86f7906 (diff)
downloadobnam-489d8949b83cb0196eca99f049aac3b760f60fb7.tar.gz
Fix typos, from Andrea Gelmini
Diffstat (limited to 'yarns/9000-implements.yarn')
-rw-r--r--yarns/9000-implements.yarn6
1 files changed, 3 insertions, 3 deletions
diff --git a/yarns/9000-implements.yarn b/yarns/9000-implements.yarn
index a1f313bf..1ae52444 100644
--- a/yarns/9000-implements.yarn
+++ b/yarns/9000-implements.yarn
@@ -258,7 +258,7 @@ Scenarios involving encryption may also use a private keyring directory.
add_to_config "$MATCH_1" encrypt-with "$MATCH_2"
-Encryption scenarions, at least, also need users that pretend to be
+Encryption scenarios, at least, also need users that pretend to be
someone else.
IMPLEMENTS GIVEN a user (\S+) calling themselves (\S+)
@@ -433,7 +433,7 @@ Check that there are no checkpoint generations.
IMPLEMENTS THEN user (\S+) sees no checkpoint generations in repository (\S+)
run_obnam "$MATCH_1" generations -r "$DATADIR/$MATCH_2" \
> "$DATADIR/generation.list"
- if grep checkoint "$DATADIR/generation.list"
+ if grep checkpoint "$DATADIR/generation.list"
then
echo "Can see checkpoint generations!" 1>&2
exit 1
@@ -671,7 +671,7 @@ Some tests won't work correctly when `root` is running them.
test "$(id -u)" != 0
For testing FUSE stuff, we need to check that the relevant stuff is
-avaialble. Previously, we did this by checking that the user running
+available. Previously, we did this by checking that the user running
the test suite was in the group `fuse`, but that turns out to have
been a Debianism (removed in the Debian `jessie` release). A better
check is to check that the `fusermount` command is available.