diff options
author | Ori Bernstein <ori@eigenstate.org> | 2017-09-18 01:09:49 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-09-18 01:09:49 -0700 |
commit | 203628871eb48f200087851741dbb5416b4e07a7 (patch) | |
tree | 07255f360782585359405eefbe7a78f4374306ce /lib/fileutil/loopcheck+plan9.myr | |
parent | 0eb2ad439e69e9576720badf1dca296c51db6e35 (diff) | |
download | mc-203628871eb48f200087851741dbb5416b4e07a7.tar.gz |
Fix typos.
Diffstat (limited to 'lib/fileutil/loopcheck+plan9.myr')
-rw-r--r-- | lib/fileutil/loopcheck+plan9.myr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fileutil/loopcheck+plan9.myr b/lib/fileutil/loopcheck+plan9.myr index 64bc79f..9b5584b 100644 --- a/lib/fileutil/loopcheck+plan9.myr +++ b/lib/fileutil/loopcheck+plan9.myr @@ -13,9 +13,9 @@ const mkloopcheck = {cwd -> (void : loopcheck) } -const freeloopcheck = {l, l +const freeloopcheck = {l } -const looped = {p +const looped = {l, p -> false } |