aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/packages/iso-9660.fs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:57 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:21:38 +1100
commit6fdb5a49335f7d179042bfbca34944d705bdde3b (patch)
tree8e30c136dcf2cd6070393315c5643b7491e2b36c /slof/fs/packages/iso-9660.fs
parent9604efb1832de13b51f93ad0a3581f9ed6dc04b5 (diff)
downloadSLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.zip
SLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.tar.gz
SLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.tar.bz2
Fix typos in the slof folder
Found with the "codespell" utility. I kept "busses" which codespell also complains about since it seems to be an old but still valid plural of the word "bus". Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'slof/fs/packages/iso-9660.fs')
-rw-r--r--slof/fs/packages/iso-9660.fs4
1 files changed, 2 insertions, 2 deletions
diff --git a/slof/fs/packages/iso-9660.fs b/slof/fs/packages/iso-9660.fs
index 6eda8be..47edb2a 100644
--- a/slof/fs/packages/iso-9660.fs
+++ b/slof/fs/packages/iso-9660.fs
@@ -109,7 +109,7 @@ INSTANCE VARIABLE index
;
-\ This method coverts the iso file name to user readble form
+\ This method converts the ISO file name to user readable form
: file-name ( str len -- str' len' )
2dup [char] ; findchar IF
@@ -169,7 +169,7 @@ INSTANCE VARIABLE index
;
-\ METHOD for searching for a file with in a direcotory
+\ METHOD for searching for a file with in a directory
: search-file-dir ( str len -- TRUE | FALSE )
dir-addr @ 800 * dir-addr ! ( str len )