summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-06-11 19:12:41 +0300
committerJakub Hrozek <jhrozek@redhat.com>2013-06-12 15:13:38 +0200
commit1091c0ae2f1596ceb161e5b765a91c23c413b369 (patch)
tree34b45a8daf2960e37c767e0b3928c3a231541f50 /src/tools
parent49f3aebcc8614d483c5753109a9d65aa33d301ea (diff)
downloadsssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.gz
sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.xz
sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.zip
Fix minor typos
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tools_mc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tools_mc_util.c b/src/tools/tools_mc_util.c
index 33d5d26db..5d4300fbe 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) {