Skip to content

Commit

Permalink
Merge 9fd0722 into b3660f4
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Mar 28, 2024
2 parents b3660f4 + 9fd0722 commit a8fb4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rdm/VariableFieldSizeCalculator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8fb4d0

Please sign in to comment.