Skip to content

Commit

Permalink
Merge pull request dinhvh#60 from iljaiwas/master
Browse files Browse the repository at this point in the history
Found a possible typo, could you please check.
  • Loading branch information
dinhvh committed Mar 26, 2013
2 parents d4e1a30 + 7128d50 commit 0b2b59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/low-level/imap/xgmthrid.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ mailimap_xgmthrid_extension_data_free(struct mailimap_extension_data * ext_data)
free(ext_data);
}

struct mailimap_fetch_att * mailimap_fetch_att_new_xgmmsgid(void)
struct mailimap_fetch_att * mailimap_fetch_att_new_xgmthrid(void)
{
char * keyword;
struct mailimap_fetch_att * att;
Expand Down

0 comments on commit 0b2b59d

Please sign in to comment.