mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
fix: various code comments
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user