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

Fix JSDOC typos

parent 3163bc84
No related branches found
No related tags found
No related merge requests found
......@@ -1638,7 +1638,7 @@ static jsSyncMethodSpec js_filebase_functions[] = {
"<tr><td align=top><tt>from_host_name</tt><td>Uploader's host name (if available, for security tracking)"
"<tr><td align=top><tt>from_protocol</tt><td>TCP/IP protocol used by uploader (if available, for security tracking)"
"<tr><td align=top><tt>from_port</tt><td>TCP/UDP port number used by uploader (if available, for security tracking)"
"<tr><td align=top><tt>to_list</tt><td>Comma-separated listed of recipient user numbers (for user-to-user transfers)"
"<tr><td align=top><tt>to_list</tt><td>Comma-separated list of recipient user numbers (for user-to-user transfers)"
"<tr><td align=top><tt>tags</tt><td>Space-separated list of tags"
"<tr><td align=top><tt>anon</tt><td><tt>true</tt> if the file was uploaded anonymously"
"<tr><td align=top><tt>size</tt><td>File size, in bytes, at the time of upload"
......
......@@ -3180,8 +3180,8 @@ static jsSyncMethodSpec js_msgbase_functions[] = {
"<tr><td align=top><tt>to_net_type</tt><td>Recipient's network type (default: 0 for local)"
"<tr><td align=top><tt>to_net_addr</tt><td>Recipient's network address"
"<tr><td align=top><tt>to_agent</tt><td>Recipient's agent type"
"<tr><td align=top><tt>to_list</tt><td>Comma-separated listed of primary recipients, RFC822-style"
"<tr><td align=top><tt>cc_list</tt><td>Comma-separated listed of secondary recipients, RFC822-style"
"<tr><td align=top><tt>to_list</tt><td>Comma-separated list of primary recipients, RFC822-style"
"<tr><td align=top><tt>cc_list</tt><td>Comma-separated list of secondary recipients, RFC822-style"
"<tr><td align=top><tt>from</tt><td>Sender's name <i>(required)</i>"
"<tr><td align=top><tt>from_ext</tt><td>Sender's user number"
"<tr><td align=top><tt>from_org</tt><td>Sender's organization"
......
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