aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app.c b/main/app.c
index 0d6d96666..2871983d5 100644
--- a/main/app.c
+++ b/main/app.c
@@ -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);