From 9df96068c2509185c9ddcc3115828a673cda949e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 22 Jul 2002 23:08:37 +0000 Subject: s/Out/Our in a debug printf svn path=/trunk/; revision=17535 --- camel/camel-lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-lock.c') diff --git a/camel/camel-lock.c b/camel/camel-lock.c index f0ccb2405c..106d2f7824 100644 --- a/camel/camel-lock.c +++ b/camel/camel-lock.c @@ -119,7 +119,7 @@ camel_lock_dot(const char *path, CamelException *ex) /* but we check stat instead (again, see link(2)) */ if (stat(locktmp, &st) == -1) { - d(printf("Out lock file %s vanished!?\n", locktmp)); + d(printf("Our lock file %s vanished!?\n", locktmp)); /* well that was unexpected, try cleanup/retry */ unlink(locktmp); -- cgit v1.2.3