We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3660f4 + 9fd0722 commit a2aeb83Copy full SHA for a2aeb83
1 file changed
common/rdm/VariableFieldSizeCalculator.cpp
@@ -69,7 +69,7 @@ VariableFieldSizeCalculator::calculator_state
69
return data_size > m_fixed_size_sum ? TOO_LARGE : FIXED_SIZE;
70
71
// we know there is only one, now we need to work out the number of
72
- // repeatitions or length if it's a string
+ // repetitions or length if it's a string
73
unsigned int bytes_remaining = data_size - m_fixed_size_sum;
74
if (variable_string_field_count) {
75
// variable string
0 commit comments