diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2013-06-11 19:12:41 +0300 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-12 15:13:38 +0200 |
commit | 1091c0ae2f1596ceb161e5b765a91c23c413b369 (patch) | |
tree | 34b45a8daf2960e37c767e0b3928c3a231541f50 /src/tools | |
parent | 49f3aebcc8614d483c5753109a9d65aa33d301ea (diff) | |
download | sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.gz sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.bz2 sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.zip |
Fix minor typos
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) { |