Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 14, 2024
1 parent c2c675f commit 7328252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_renderer/src/video/decoder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ impl VideoDecoder {
self.current_gop_idx = usize::MAX;
self.current_sample_idx = usize::MAX;

// If we already have an error set, preserve its occurence time.
// If we already have an error set, preserve its occurrence time.
// Otherwise, set the error using the time at which it was registered.
if let Some(last_error) = &mut self.last_error {
last_error.latest_error = error.latest_error;
Expand Down

0 comments on commit 7328252

Please sign in to comment.