1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

spelling: case-sensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:25:21 -04:00
committed by Sébastien Helleu
parent 0505a0ff76
commit c28696e602
24 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ components:
example: true
nicklist_case_sensitive:
type: boolean
description: groups and nicks are case sensitive
description: groups and nicks are case-sensitive
example: false
nicklist_display_groups:
type: boolean
+1 -1
View File
@@ -1760,7 +1760,7 @@ relay_config_init ()
"websocket_allowed_origins", "string",
N_("POSIX extended regular expression with origins allowed in "
"websockets (case-insensitive, use \"(?-i)\" at beginning to "
"make it case sensitive), example: "
"make it case-sensitive), example: "
"\"^https?://(www\\.)?example\\.(com|org)\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,