Skip to content

Commit

Permalink
Fix misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
lhecker committed May 14, 2021
1 parent 24f453b commit a41297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/til/rle.h
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ namespace til // Terminal Implementation Library. Also: "Today I Learned"
{
mid_insertion_trailer.emplace(begin->value, static_cast<size_type>(begin->length - end_pos));
// mid_insertion_trailer contains the element that will be inserted past
// the to-be-replaced range. We must ensure that we don't accidentially
// the to-be-replaced range. We must ensure that we don't accidentally
// adjust the length of an unrelated run and thus set end_post to 0.
end_pos = 0;
}
Expand Down

0 comments on commit a41297d

Please sign in to comment.