diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2023-11-27 18:06:56 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2023-11-27 18:08:35 +0100 |
commit | 45ecfd3673cdbddad3bba434233eff4c2145c07a (patch) | |
tree | 9826ec13d6268be72dc9ff1d7d07bc2c0baa1257 /tests/test_bindfs.rb | |
parent | 5e7ddd09888a7825aeb4ecf4da69bdf52af76bb2 (diff) | |
download | bindfs-45ecfd3673cdbddad3bba434233eff4c2145c07a.tar.gz |
Fix five typos pointed out by codespell
codespell report was:
> # git ls-files | xargs codespell
> src/bindfs.1:136: mimicing ==> mimicking
> src/bindfs.1:237: excecute ==> execute
> src/bindfs.1:445: efficent ==> efficient
> src/bindfs.1:526: accessable ==> accessible
> tests/test_bindfs.rb:976: hax ==> hex # not agreeing on a fix here
Diffstat (limited to 'tests/test_bindfs.rb')
-rwxr-xr-x | tests/test_bindfs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb index 5adda52..22f356f 100755 --- a/tests/test_bindfs.rb +++ b/tests/test_bindfs.rb @@ -973,7 +973,7 @@ testenv("", :title => "socket files") do end end -# FIXME: this stuff around testenv is a hax, and testenv may also exit(), which defeats the 'ensure' below. +# FIXME: this stuff around testenv is a hack, and testenv may also exit(), which defeats the 'ensure' below. # the test setup ought to be refactored. It might well use MiniTest or something. # TODO: support FreeBSD in this test (different group management commands) if Process.uid == 0 && `uname`.strip == 'Linux' |