﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1688	InetGet help file typo	joshua.havins@…		"There is a misprint in the AutoIt help file InetGet page.

There is no Failure text in the indentation.  It reads:

Success: The return value changes depending on if the download is in the background: 
 Background: A handle is returned. The handle can be used with InetGetInfo(). The handle must be closed with InetClose(). 
 Wait: The number of bytes downloaded. 
 Background: A handle is returned. To determine if there was an error with the download, use InetGetInfo(). The handle must be closed with InetClose(). 
 Wait: Sets @error to non-zero and returns 0. 


It should read:

Success: The return value changes depending on if the download is in the background: 
 Background: A handle is returned. The handle can be used with InetGetInfo(). The handle must be closed with InetClose(). 
 Wait: The number of bytes downloaded. 

Failure: Background: A handle is returned. To determine if there was an error with the download, use InetGetInfo(). The handle must be closed with InetClose(). 
 Wait: Sets @error to non-zero and returns 0. 
"	Bug	closed	3.3.7.0	Documentation	3.3.6.1	None	Fixed	InetGet docs documentation help file typo mistake misprint	
