summaryrefslogtreecommitdiff
path: root/finch/gntrequest.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-10 05:01:31 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-10 05:01:31 -0500
commit628ba250ce4ee66515c5086a60657f657bfd034d (patch)
tree2b89869596792caecaa2f256ab549d72afaff2fb /finch/gntrequest.c
parentf936aa343e8354ff521a43c158e1f2f615a3e78a (diff)
downloadpidgin-628ba250ce4ee66515c5086a60657f657bfd034d.tar.gz
Fix typos in Finch
Ran `codespell -w`, reverted a few false positives, and cleaned up some bits it couldn't decipher. Testing Done: Compile only. Reviewed at https://reviews.imfreedom.org/r/1019/
Diffstat (limited to 'finch/gntrequest.c')
-rw-r--r--finch/gntrequest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntrequest.c b/finch/gntrequest.c
index aac26c7d7a..e2771156fd 100644
--- a/finch/gntrequest.c
+++ b/finch/gntrequest.c
@@ -289,7 +289,7 @@ request_fields_cb(GntWidget *button, PurpleRequestFields *fields)
* 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;