summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrj1 <rj1@riseup.net>2023-02-04 04:20:08 -0600
committerSébastien Helleu <flashcode@flashtux.org>2023-02-04 11:50:44 +0100
commit69a3dd21dc49df200ea9500436b5d7e66dc9d04e (patch)
tree9b9ce613e3e376af8a1d0e73adbdeebf22cdd9b6 /src
parent6d4471b6db25ad1921266930a0d2b42abcff7851 (diff)
downloadweechat-69a3dd21dc49df200ea9500436b5d7e66dc9d04e.zip
fix: various code comments
Diffstat (limited to 'src')
-rw-r--r--src/gui/gui-buffer.c2
-rw-r--r--src/plugins/irc/irc-tag.c2
-rw-r--r--src/plugins/relay/relay-config.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c
index 32449ecaf..343e15908 100644
--- a/src/gui/gui-buffer.c
+++ b/src/gui/gui-buffer.c
@@ -154,7 +154,7 @@ gui_buffer_search_type (const char *type)
}
/*
- * Searches for buffer notif levely.
+ * Searches for buffer notify level.
*
* Returns index of notify level, -1 if not found.
*/
diff --git a/src/plugins/irc/irc-tag.c b/src/plugins/irc/irc-tag.c
index 88ef527df..f4eefb317 100644
--- a/src/plugins/irc/irc-tag.c
+++ b/src/plugins/irc/irc-tag.c
@@ -211,7 +211,7 @@ irc_tag_modifier_cb (const void *pointer, void *data,
/*
* Parses tags received in an IRC message and returns the number of tags
- * set in the hasbtable "hashtable" (values are unescaped tag values).
+ * set in the hashtable "hashtable" (values are unescaped tag values).
*
* If prefix_key is not NULL, it is used as prefix before the name of keys.
*
diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c
index 6c65f6112..a7591befa 100644
--- a/src/plugins/relay/relay-config.c
+++ b/src/plugins/relay/relay-config.c
@@ -369,7 +369,7 @@ relay_config_change_network_ssl_priorities (const void *pointer, void *data,
}
/*
- * Callback for changes on option "relay.network.websocker_allowed_origins".
+ * Callback for changes on option "relay.network.websocket_allowed_origins".
*/
void