Corrected some spelling errors

This commit is contained in:
notoria
2020-08-25 12:21:25 +00:00
committed by Marcel
parent 6125b17a7a
commit 2be4202d01
70 changed files with 170 additions and 169 deletions

View File

@ -87,7 +87,7 @@ impl Input {
}
/// Update input with newer version
/// Used to update inputs with input recieved from clients
/// Used to update inputs with input received from clients
pub fn update_with_new(&mut self, new: Self) {
if self.pressed != new.pressed {
self.freshness = Freshness::New;