1
0
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:
Josh Soref
2024-09-06 08:26:37 -04:00
committed by Sébastien Helleu
parent e6cd8c9519
commit c30949b411
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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);