scst documentation spelling fix: lenght -> length

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5079 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-10-23 07:37:39 +00:00
parent 79d74f0446
commit 3e75fc65cf
2 changed files with 2 additions and 2 deletions

View File

@@ -777,7 +777,7 @@ Bits of scst_cdb_flags can be:
<item> <bf/SCST_LONG_TIMEOUT/ - this command needs a long timeout
<item> <bf/SCST_UNKNOWN_LENGTH/ - data buffer lenght for this command is unknown
<item> <bf/SCST_UNKNOWN_LENGTH/ - data buffer length for this command is unknown
<item> <bf/SCST_INFO_VALID/ - bits of op_flags are valid

View File

@@ -92,7 +92,7 @@ Summary of changes between versions 1.0.0 and 1.0.1
- Makefiles made more packager friendly (Ruben Laban)
- Support for variable lenght CDB added
- Support for variable length CDB added
- Support for Async. Event Notifications added