Changeset 18a0f99


Ignore:
Timestamp:
2021-04-11T14:14:41Z (3 years ago)
Author:
dx <dx@…>
Branches:
master
Children:
cfe7243
Parents:
a8196d6
git-author:
Tim Gates <tim.gates@…> (17-12-20 10:56:32)
git-committer:
dx <dx@…> (11-04-21 14:14:41)
Message:

docs: fix simple typo, exsist -> exist

There is a small typo in protocols/twitter/twitter_lib.c.

Should read exist rather than exsist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    ra8196d6 r18a0f99  
    929929        char *msg;
    930930
    931         // Create a new groupchat if it does not exsist.
     931        // Create a new groupchat if it does not exist.
    932932        gc = twitter_groupchat_init(ic);
    933933
Note: See TracChangeset for help on using the changeset viewer.