From 97e6937a8457f64ac5e2a212c98ba377ab691931 Mon Sep 17 00:00:00 2001 From: Kranklyboy Date: Tue, 8 May 2018 14:18:43 +0200 Subject: [PATCH] Fixed spelling error in comments --- websh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;