From b9d05e72fe70136084f8c46d26d39000b3177bcc Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 21 Nov 2023 01:15:43 +0900 Subject: [PATCH] [3rdParty] fix typo in Decoder.cpp avaiable -> available --- src/3rdParty/libE57Format/src/Decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdParty/libE57Format/src/Decoder.cpp b/src/3rdParty/libE57Format/src/Decoder.cpp index 8b4f468a12..48f15b13e0 100644 --- a/src/3rdParty/libE57Format/src/Decoder.cpp +++ b/src/3rdParty/libE57Format/src/Decoder.cpp @@ -777,7 +777,7 @@ size_t BitpackIntegerDecoder::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_;