grim/purple-spasm

Typo fix found by doug65536

2017-05-18, Gary Kramlich
ace204c17ef1
Parents 0b0058df4b6b
Children 84e6281b1e00
Typo fix found by doug65536
  • +2 -2
    spasm-chat.c
  • +1 -1
    spasm-chat.h
  • +1 -1
    spasm.c
  • --- a/spasm-chat.c Thu May 18 23:01:35 2017 -0500
    +++ b/spasm-chat.c Thu May 18 23:03:13 2017 -0500
    @@ -309,9 +309,9 @@
    }
    void
    -purple_spasm_chst_service_set_topic(PurpleConnection *connection,
    +purple_spasm_chat_service_set_topic(PurpleConnection *connection,
    gint id,
    const gchar *topic)
    {
    -
    +
    }
    --- a/spasm-chat.h Thu May 18 23:01:35 2017 -0500
    +++ b/spasm-chat.h Thu May 18 23:03:13 2017 -0500
    @@ -39,7 +39,7 @@
    gchar *purple_spasm_chat_service_name(GHashTable *components);
    void purple_spasm_chat_service_leave(PurpleConnection *connection, gint id);
    gint purple_spasm_chat_service_send(PurpleConnection *connection, gint id, const gchar *message, PurpleMessageFlags flags);
    -void purple_spasm_chst_service_set_topic(PurpleConnection *connection, gint id, const gchar *topic);
    +void purple_spasm_chat_service_set_topic(PurpleConnection *connection, gint id, const gchar *topic);
    G_END_DECLS
    --- a/spasm.c Thu May 18 23:01:35 2017 -0500
    +++ b/spasm.c Thu May 18 23:03:13 2017 -0500
    @@ -92,7 +92,7 @@
    .get_chat_name = purple_spasm_chat_service_name,
    .chat_leave = purple_spasm_chat_service_leave,
    .chat_send = purple_spasm_chat_service_send,
    - .set_chat_topic = purple_spasm_chst_service_set_topic,
    + .set_chat_topic = purple_spasm_chat_service_set_topic,
    };
    static PurplePluginInfo info = {