mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
spelling: case-sensitive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
0505a0ff76
commit
c28696e602
@@ -411,7 +411,7 @@ gui_completion_nickncmp (const char *base_word, const char *nick, int max)
|
||||
}
|
||||
|
||||
/*
|
||||
* Compares two strings (follows case sensitive flag in completion structure).
|
||||
* Compares two strings (follows case-sensitive flag in completion structure).
|
||||
*
|
||||
* Returns:
|
||||
* < 0: string1 < string2
|
||||
@@ -431,7 +431,7 @@ gui_completion_strcmp (struct t_gui_completion *completion,
|
||||
}
|
||||
|
||||
/*
|
||||
* Compares two strings with max length (follows case sensitive flag in
|
||||
* Compares two strings with max length (follows case-sensitive flag in
|
||||
* completion structure).
|
||||
*
|
||||
* Returns:
|
||||
|
||||
Reference in New Issue
Block a user