Commit d8139ff9 authored by titanium007's avatar titanium007

spelling

parent c289b2c7
...@@ -44,7 +44,7 @@ Setup HTTP proxy: ...@@ -44,7 +44,7 @@ Setup HTTP proxy:
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" } 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 //So client sends request in a proxy friendly manner
ProxyServer.AddEndPoint(explicitEndPoint); ProxyServer.AddEndPoint(explicitEndPoint);
ProxyServer.Start(); ProxyServer.Start();
......
...@@ -23,7 +23,7 @@ namespace Titanium.Web.Proxy.Test ...@@ -23,7 +23,7 @@ namespace Titanium.Web.Proxy.Test
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" } 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 //So client sends request in a proxy friendly manner
ProxyServer.AddEndPoint(explicitEndPoint); ProxyServer.AddEndPoint(explicitEndPoint);
ProxyServer.Start(); 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