From 1091c0ae2f1596ceb161e5b765a91c23c413b369 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 11 Jun 2013 19:12:41 +0300 Subject: Fix minor typos --- src/tools/tools_mc_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') 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) { -- cgit