Corrected typo

This commit is contained in:
Ashish Kumar Yadav 2020-07-24 21:55:56 +05:30
parent b8e4eea7d2
commit 26e3281f29

View file

@ -273,7 +273,7 @@ writepid()
fputs("Error: another instance of dwmblocks is already running.\n", stderr);
exit(2);
}
perror("lockfile - fcntl");
perror("writepid - fcntl");
exit(1);
}
if (ftruncate(fd, 0) == -1) {