Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoding121 committed Feb 6, 2016
1 parent c289b2c commit d8139ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion Titanium.Web.Proxy.Test/ProxyTestController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void StartProxy()
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();
Expand Down

0 comments on commit d8139ff

Please sign in to comment.