mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
minor grammar fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1137,7 +1137,7 @@ static enum AST_LOCK_RESULT ast_lock_path_flock(const char *path)
|
||||
if (!pl) {
|
||||
/* We don't unlink the lock file here, on the possibility that
|
||||
* someone else created it - better to leave a little mess
|
||||
* than create a big one by destroying someone elses lock
|
||||
* than create a big one by destroying someone else's lock
|
||||
* and causing something to be corrupted.
|
||||
*/
|
||||
close(fd);
|
||||
|
Reference in New Issue
Block a user