From f8911d2bbcd7531dcfe2a54f77da2f1a876ef012 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Thu, 20 Sep 2007 19:22:10 +0000
Subject: [PATCH] minor grammar fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 main/app.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/app.c b/main/app.c
index 0d6d966664..2871983d51 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);
-- 
GitLab