diff options
Diffstat (limited to 'src/providers')
-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 */ |