spelling fixes, as seen on lintian.debian.org

This commit is contained in:
klemens
2016-07-11 21:57:50 +02:00
parent 20443861eb
commit d45c03a1ad
14 changed files with 22 additions and 22 deletions

View File

@ -9,7 +9,7 @@
/* timeout control structure */
typedef struct t_timeout_ {
double block; /* maximum time for blocking calls */
double total; /* total number of miliseconds for operation */
double total; /* total number of milliseconds for operation */
double start; /* time of start of operation */
} t_timeout;
typedef t_timeout *p_timeout;