diff -r 72d6941bfa2e -r 508788523450 finch/gntrequest.c --- a/finch/gntrequest.c Sun Oct 10 05:00:30 2021 -0500 +++ b/finch/gntrequest.c Sun Oct 10 05:01:31 2021 -0500 @@ -289,7 +289,7 @@ * updating the fields at the end like here, it updates the appropriate field * instantly whenever a change is made. That allows it to make sure the * 'required' fields are entered before the user can hit OK. It's not the case - * here, althought it can be done. */ + * here, although it can be done. */ for (list = purple_request_fields_get_groups(fields); list; list = list->next) { PurpleRequestFieldGroup *group = list->data;