summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2017-10-23 07:35:52 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-10-24 13:47:25 +0200
commit90503ff5aa1b2ba9f265ec5f9526539c9c377ca7 (patch)
treeeee52da286eaa03438d94178ca78a10573ba9a87
parentdbad9f4e7104b91627162f66cba7caf68a5e1fdb (diff)
downloadsssd-90503ff5aa1b2ba9f265ec5f9526539c9c377ca7.tar.gz
sssd-90503ff5aa1b2ba9f265ec5f9526539c9c377ca7.tar.xz
sssd-90503ff5aa1b2ba9f265ec5f9526539c9c377ca7.zip
KCM: Fix typo in comments
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
-rw-r--r--src/responder/kcm/kcmsrv_ccache_json.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/responder/kcm/kcmsrv_ccache_json.c b/src/responder/kcm/kcmsrv_ccache_json.c
index 8199bc613..f1cca9880 100644
--- a/src/responder/kcm/kcmsrv_ccache_json.c
+++ b/src/responder/kcm/kcmsrv_ccache_json.c
@@ -265,7 +265,7 @@ static json_t *princ_data_to_json(TALLOC_CTX *mem_ctx,
* {
* "type": "number",
* "realm": "string",
- * "componenents": [ "elem1", "elem2", ...]
+ * "components": [ "elem1", "elem2", ...]
* }
*/
static json_t *princ_to_json(TALLOC_CTX *mem_ctx,
@@ -400,7 +400,7 @@ static json_t *creds_to_json_array(struct kcm_cred *creds)
* principal : {
* "type": "number",
* "realm": "string",
- * "componenents": [ "elem1", "elem2", ...]
+ * "components": [ "elem1", "elem2", ...]
* }
* creds : [
* {