mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
spelling: javascript
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
e6cd8c9519
commit
c30949b411
@@ -304,7 +304,7 @@ weechat_js_load (const char *filename, const char *code)
|
||||
char *source;
|
||||
|
||||
/* make C compiler happy */
|
||||
/* TODO: implement load of code in Javascript */
|
||||
/* TODO: implement load of code in JavaScript */
|
||||
(void) code;
|
||||
|
||||
source = weechat_file_get_content (filename);
|
||||
|
||||
Reference in New Issue
Block a user