aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/scsi-support.fs
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-12-24 09:47:46 +0100
committerNikunj A. Dadhania <nikunj@linux.vnet.ibm.com>2013-01-04 10:12:48 +0530
commitd0700685741e668a25a4cc1e2ce1994377dd42b4 (patch)
treeb813fda2e1521e9f5e2a374b2c342cdd978c19cf /slof/fs/scsi-support.fs
parent0ad10f26c94a86a0c9c3970e53f9a9f6a744055d (diff)
downloadSLOF-d0700685741e668a25a4cc1e2ce1994377dd42b4.zip
SLOF-d0700685741e668a25a4cc1e2ce1994377dd42b4.tar.gz
SLOF-d0700685741e668a25a4cc1e2ce1994377dd42b4.tar.bz2
Spelling fixes in comments and debug messages
Most of these errors were found by codespell: controler -> controller appropiate -> appropriate devide -> divide comming -> coming seperate -> separate reponsible -> responsible initialization -> initialization successfull -> successful whithin -> within recieve -> receive wich -> which occurence -> occurrence beggining -> beginning accessable -> accessible proccess -> process succesfuly -> successfully immediatly -> immediately prefered -> preferred avaliable -> available threshhold -> threshold statistsics -> statistics endianess -> endianness positon -> position writen -> written occurence -> occurrence upto -> up to overwriten -> overwritten availabe -> available enviroment -> environment intruction -> instruction thru -> through substract -> subtract occured -> occurred begining -> beginning lenght -> length atributes -> attributes preceeding -> preceding defintion -> definition decriptor -> descriptor Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'slof/fs/scsi-support.fs')
-rw-r--r--slof/fs/scsi-support.fs6
1 files changed, 3 insertions, 3 deletions
diff --git a/slof/fs/scsi-support.fs b/slof/fs/scsi-support.fs
index d4b260b..73f9056 100644
--- a/slof/fs/scsi-support.fs
+++ b/slof/fs/scsi-support.fs
@@ -803,7 +803,7 @@ CONSTANT scsi-length-media-event
\ ****************************************************************************
\ close scsi-session and remove scsi word list (if exists)
\ ****************************************************************************
-\ if 'previous' is used without a preceeding 'also' all forth words are lost !
+\ if 'previous' is used without a preceding 'also' all forth words are lost !
\ ****************************************************************************
: scsi-close ( -- )
\ FIXME This only works if scsi-words is the last vocabulary on the stack
@@ -817,10 +817,10 @@ CONSTANT scsi-length-media-event
THEN
context scsi-context = \ scsi word list still active ?
IF
- scsi-param-errors 0<> \ any errors occured ?
+ scsi-param-errors 0<> \ any errors occurred ?
IF
cr ." ** WARNING: " scsi-param-errors .d
- ." SCSI Errors occured ** " cr
+ ." SCSI Errors occurred ** " cr
THEN
previous \ remove scsi word list on top
0 to scsi-context \ prevent from being misinterpreted