Fixed typo in an error info

This commit is contained in:
Ashish Kumar Yadav 2020-10-15 00:43:31 +05:30
parent 52b07e2fca
commit 448cdeb3d1

View file

@ -303,7 +303,7 @@ writepid()
fd = open(LOCKFILE, O_RDWR|O_CREAT, 0644);
if (fd == -1) {
perror("writepid - fd");
perror("writepid - open");
exit(1);
}
fl.l_type = F_WRLCK;