Fixat stavfel

This commit is contained in:
Jack-Benny Persson 2019-04-03 04:08:22 +02:00
parent b919983a6e
commit c62ba7b596

View File

@ -60,7 +60,7 @@ int main(void)
void cleanUp(int signum) void cleanUp(int signum)
{ {
/* Ständ fildeskriptorn */ /* Stäng fildeskriptorn */
if ( close(fifofd) == -1 ) if ( close(fifofd) == -1 )
perror("cleanUp - close"); perror("cleanUp - close");