mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-18 06:49:49 +02:00
spelling fixes, as seen on lintian.debian.org
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user