diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tools_mc_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tools_mc_util.c b/src/tools/tools_mc_util.c index 33d5d26d..5d4300fb 100644 --- a/src/tools/tools_mc_util.c +++ b/src/tools/tools_mc_util.c @@ -111,7 +111,7 @@ done: /* Closing the file also releases the lock */ close(mc_fd); - /* Only unlink the file if invalidation was succesful */ + /* Only unlink the file if invalidation was successful */ if (ret == EOK) { pret = unlink(mc_filename); if (pret == -1) { |