aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/oidc_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/reclaim/oidc_helper.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
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))