diff --git a/websh.c b/websh.c index d045f6a..0fd134a 100644 --- a/websh.c +++ b/websh.c @@ -55,7 +55,7 @@ static const char *tag; static char *lines[MAX_LINES] = {NULL}; /** - * @detals Variable which gets set on signal received. + * @details Variable which gets set on signal received. */ volatile sig_atomic_t quit = 0;