Commit c2eab122 authored by justcoding121's avatar justcoding121 Committed by justcoding121

spelling

parent 07279473
......@@ -44,7 +44,7 @@ Setup HTTP proxy:
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" }
};
//An explicit endpoint is where the client knows about the exististance of a proxy
//An explicit endpoint is where the client knows about the existance of proxy
//So client sends request in a proxy friendly manner
ProxyServer.AddEndPoint(explicitEndPoint);
ProxyServer.Start();
......
......@@ -23,7 +23,7 @@ namespace Titanium.Web.Proxy.Test
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" }
};
//An explicit endpoint is where the client knows about the exististance of a proxy
//An explicit endpoint is where the client knows about the existance of a proxy
//So client sends request in a proxy friendly manner
ProxyServer.AddEndPoint(explicitEndPoint);
ProxyServer.Start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment