X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x5%2Fkhatus.c;fp=x5%2Fkhatus.c;h=43a828bcc719cbf46ca9a67adf15658885461f11;hp=e8046429d3b6f36f7d12e2a657f04ca862b35f4e;hb=17e4ecd509e1ad64c1b083924271603204046b01;hpb=0a01172a1b089cda1c526d7182ea0ce7e249b27f diff --git a/x5/khatus.c b/x5/khatus.c index e804642..43a828b 100644 --- a/x5/khatus.c +++ b/x5/khatus.c @@ -345,7 +345,7 @@ fifo_read_error(Fifo *f, char *buf) b = buf + f->pos_init; /* Copy as much of the error message as possible. - * EXCLUDING the reminating \0. */ + * EXCLUDING the terminating \0. */ for (i = 0; i < errlen && i < f->width; i++) b[i] = errmsg[i]; /* Any remaining slots: */