From 0fe7f81a666d873c16b7e55bd14795bc033d4a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Mar 2022 08:58:55 +0100 Subject: [PATCH] fix spelling errors --- bird/bird.c | 2 +- comport.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bird/bird.c b/bird/bird.c index 342cced..5a9fa2a 100644 --- a/bird/bird.c +++ b/bird/bird.c @@ -236,7 +236,7 @@ void bird_set(bird_t *this,char *cmdname,long *cmddata) } /* CMD found */ - if(cmd->databytes > 0){ /* if databytes awaited, else dont change */ + if(cmd->databytes > 0){ /* if databytes awaited, else don't change */ this->databytes = cmd->databytes; /* expected databytes per record */ this->datacount = 0; /* start with first */ diff --git a/comport.c b/comport.c index 2369a09..02faf20 100644 --- a/comport.c +++ b/comport.c @@ -110,7 +110,7 @@ typedef struct comport #define COMPORT_BUF_SIZE 16384 /* this should be the largest possible packet size for a USB com port */ #ifdef _WIN32 -/* we don't use the table for windos cos we can set the number directly. */ +/* we don't use the table for msw, because we can set the number directly. */ /* This may result in more possible baud rates than the table contains. */ /* static long baudspeedbittable[] =