Fix typos in source comments

Found by codespell.
This commit is contained in:
Guillem Jover
2011-10-23 19:27:44 +02:00
parent 0acd86f6eb
commit 2fb7200d45
3 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ pidfile_open(const char *path, mode_t mode, pid_t *pidptr)
/*
* Open the PID file and obtain exclusive lock.
* We truncate PID file here only to remove old PID immediatelly,
* We truncate PID file here only to remove old PID immediately,
* PID file will be truncated again in pidfile_write(), so
* pidfile_write() can be called multiple times.
*/