From 8d94b7c6801f56cd618faecefd6aff17e9bfa062 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Thu, 28 Mar 2024 16:28:47 +0000 Subject: [PATCH] Fix a comment typo --- common/rdm/VariableFieldSizeCalculator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rdm/VariableFieldSizeCalculator.cpp b/common/rdm/VariableFieldSizeCalculator.cpp index b054a38589..cf904b12de 100644 --- a/common/rdm/VariableFieldSizeCalculator.cpp +++ b/common/rdm/VariableFieldSizeCalculator.cpp @@ -69,7 +69,7 @@ VariableFieldSizeCalculator::calculator_state return data_size > m_fixed_size_sum ? TOO_LARGE : FIXED_SIZE; // we know there is only one, now we need to work out the number of - // repeatitions or length if it's a string + // repetitions or length if it's a string unsigned int bytes_remaining = data_size - m_fixed_size_sum; if (variable_string_field_count) { // variable string