[3rdParty] fix typo in Decoder.cpp
avaiable -> available
This commit is contained in:
committed by
Chris Hennes
parent
91dc7285e1
commit
b9d05e72fe
2
src/3rdParty/libE57Format/src/Decoder.cpp
vendored
2
src/3rdParty/libE57Format/src/Decoder.cpp
vendored
@@ -777,7 +777,7 @@ size_t BitpackIntegerDecoder<RegisterT>::inputProcessAligned( const char *inbuf,
|
||||
destBuffer_->setNextInt64( value );
|
||||
}
|
||||
|
||||
/// Store the result in next avaiable position in the user's dest buffer
|
||||
/// Store the result in next available position in the user's dest buffer
|
||||
|
||||
/// Calc next bit alignment and which word it starts in
|
||||
bitOffset += bitsPerRecord_;
|
||||
|
||||
Reference in New Issue
Block a user