mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Extend .typos.toml to enforce american english (#7284)
More or less the same list we use at Rerun
This commit is contained in:
@@ -100,9 +100,9 @@ impl BytesLoader for FileLoader {
|
||||
let entry = entry.get_mut();
|
||||
*entry = Poll::Ready(result);
|
||||
ctx.request_repaint();
|
||||
log::trace!("finished loading {uri:?}");
|
||||
log::trace!("Finished loading {uri:?}");
|
||||
} else {
|
||||
log::trace!("cancelled loading {uri:?}\nNote: This can happen if `forget_image` is called while the image is still loading.");
|
||||
log::trace!("Canceled loading {uri:?}\nNote: This can happen if `forget_image` is called while the image is still loading.");
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user