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/providers/ipa | |
parent | 49f3aebcc8614d483c5753109a9d65aa33d301ea (diff) | |
download | sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.gz sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.bz2 sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.zip |
Fix minor typos
Diffstat (limited to 'src/providers/ipa')
-rw-r--r-- | src/providers/ipa/ipa_hbac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_hbac.h b/src/providers/ipa/ipa_hbac.h index 02077e37..8bc2c4f9 100644 --- a/src/providers/ipa/ipa_hbac.h +++ b/src/providers/ipa/ipa_hbac.h @@ -212,7 +212,7 @@ enum hbac_error_code { /** Unexpected error */ HBAC_ERROR_UNKNOWN = -1, - /** Succesful evaluation */ + /** Successful evaluation */ HBAC_SUCCESS, /** Function is not yet implemented */ |