aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/oidc_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/oidc_helper.c')
-rw-r--r--src/reclaim/oidc_helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index 7b24ee598..9237902ce 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -237,7 +237,7 @@ generate_userinfo_json (const struct GNUNET_IDENTITY_PublicKey *sub_key,
237 le->attribute->data, 237 le->attribute->data,
238 le->attribute->data_size); 238 le->attribute->data_size);
239 /** 239 /**
240 * There is this wierd quirk that the individual address claim(s) must be 240 * There is this weird quirk that the individual address claim(s) must be
241 * inside a JSON object of the "address" claim. 241 * inside a JSON object of the "address" claim.
242 */ 242 */
243 if (GNUNET_YES == is_claim_in_address_scope (le->attribute->name)) 243 if (GNUNET_YES == is_claim_in_address_scope (le->attribute->name))
@@ -287,7 +287,7 @@ generate_userinfo_json (const struct GNUNET_IDENTITY_PublicKey *sub_key,
287 continue; 287 continue;
288 } 288 }
289 /** 289 /**
290 * There is this wierd quirk that the individual address claim(s) must be 290 * There is this weird quirk that the individual address claim(s) must be
291 * inside a JSON object of the "address" claim. 291 * inside a JSON object of the "address" claim.
292 */ 292 */
293 if (GNUNET_YES == is_claim_in_address_scope (le->attribute->name)) 293 if (GNUNET_YES == is_claim_in_address_scope (le->attribute->name))