Skip to content
Snippets Groups Projects
Commit a864a852 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in JSDOC help for batch_clear() method.

parent 9061f61b
No related branches found
No related tags found
No related merge requests found
......@@ -4455,7 +4455,7 @@ static jsSyncMethodSpec js_bbs_functions[] = {
,310
},
{"batch_clear", js_batchclear, 1, JSTYPE_BOOLEAN, JSDOCSTR("upload=false")
,JSDOCSTR("clear batch download (or upoload) queue")
,JSDOCSTR("clear batch download (or upload) queue")
,320
},
{"view_file", js_viewfile, 1, JSTYPE_BOOLEAN, JSDOCSTR("filename")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment