Skip to content

Commit afe21a5

Browse files
Speling
1 parent 93a125b commit afe21a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mcd-azure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mcd_azure_access_token_try_init_from_json_str (mcd_azure_access_token *out,
7171
// token_type
7272
found = bson_iter_init_find (&iter, &bson, "token_type");
7373
const char *const token_type = !found ? NULL : bson_iter_utf8 (&iter, NULL);
74-
// expires_on
74+
// expires_in
7575
found = bson_iter_init_find (&iter, &bson, "expires_in");
7676
uint32_t expires_in_len = 0;
7777
const char *const expires_in_str =

0 commit comments

Comments
 (0)