mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
08895863d9
commit
4ef3011ea9
@@ -880,7 +880,7 @@ hdata_string (struct t_hdata *hdata, void *pointer, const char *name)
|
||||
return (*((char ***)(pointer + var->offset)))[index];
|
||||
else
|
||||
{
|
||||
/* we can not index a static array of strings */
|
||||
/* we cannot index a static array of strings */
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user