Fixed spelling error in comments

This commit is contained in:
Kranklyboy 2018-05-08 14:18:43 +02:00
parent 970f42805d
commit 97e6937a84

View File

@ -55,7 +55,7 @@ static const char *tag;
static char *lines[MAX_LINES] = {NULL}; 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; volatile sig_atomic_t quit = 0;