Fix new typos (found by codespell)

* accomodate -> accommodate
* aquiring -> acquiring
* beacuse -> because
* loosing -> losing
* prefering -> preferring
* threshhold -> threshold

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Stefan Weil 2014-06-13 20:42:57 +02:00 committed by Michael Tokarev
parent 10358b6a1c
commit 5d831be272
6 changed files with 7 additions and 7 deletions

View file

@ -164,7 +164,7 @@ static void hid_pointer_sync(DeviceState *dev)
if (hs->n == QUEUE_LENGTH-1) {
/*
* Queue full. We are loosing information, but we at least
* Queue full. We are losing information, but we at least
* keep track of most recent button state.
*/
return;