summaryrefslogtreecommitdiff
path: root/src/irc/core/channels-query.c
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-12-06 16:09:11 +0100
committerAlexander Færøy <ahf@0x90.dk>2014-12-06 16:09:11 +0100
commitbbd733392446951f41d04c88cbab9a46ccec31d5 (patch)
tree38037712923aa6dddd883e7f855c470f50589768 /src/irc/core/channels-query.c
parentc01e026c73bb0a030e2d104e73db70c1b2795512 (diff)
parentf285332c5bb98c22952779f6d13664d3b2e3b847 (diff)
downloadirssi-bbd733392446951f41d04c88cbab9a46ccec31d5.zip
Merge pull request #171 from vlajos/typofixes-vlajos-20141108
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'src/irc/core/channels-query.c')
-rw-r--r--src/irc/core/channels-query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/core/channels-query.c b/src/irc/core/channels-query.c
index 48ba5703..857ebaf0 100644
--- a/src/irc/core/channels-query.c
+++ b/src/irc/core/channels-query.c
@@ -311,7 +311,7 @@ static void channel_checksync(IRC_CHANNEL_REC *channel)
signal_emit("channel sync", 1, channel);
}
-/* Error occured when trying to execute query - abort and try again. */
+/* Error occurred when trying to execute query - abort and try again. */
static void query_current_error(IRC_SERVER_REC *server)
{
SERVER_QUERY_REC *rec;