fix typo of ServerTlype

This commit is contained in:
deltronzero 2023-06-12 07:50:01 -07:00
parent 8e12d2bcfe
commit 0c80b76f57

View file

@ -497,7 +497,7 @@ class IIS_Basic_401_Ans(Packet):
class WPADScript(Packet):
fields = OrderedDict([
("Code", "HTTP/1.1 200 OK\r\n"),
("ServerTlype", "Server: Microsoft-IIS/7.5\r\n"),
("ServerType", "Server: Microsoft-IIS/7.5\r\n"),
("Date", "Date: "+HTTPCurrentDate()+"\r\n"),
("Type", "Content-Type: application/x-ns-proxy-autoconfig\r\n"),
("ContentLen", "Content-Length: "),