diff options
Diffstat (limited to 'common/dotlock.c')
-rw-r--r-- | common/dotlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dotlock.c b/common/dotlock.c index bccd0c69f..d88085979 100644 --- a/common/dotlock.c +++ b/common/dotlock.c @@ -1293,7 +1293,7 @@ dotlock_remove_lockfiles (void) dotlock_t h, h2; /* First set the lockfiles list to NULL so that for example - dotlock_release is ware that this fucntion is currently + dotlock_release is aware that this function is currently running. */ LOCK_all_lockfiles (); h = all_lockfiles; |