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

Commit d8139ff

Browse files
committed
spelling
1 parent c289b2c commit d8139ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Setup HTTP proxy:
4444
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" }
4545
};
4646

47-
//An explicit endpoint is where the client knows about the exististance of a proxy
47+
//An explicit endpoint is where the client knows about the existance of proxy
4848
//So client sends request in a proxy friendly manner
4949
ProxyServer.AddEndPoint(explicitEndPoint);
5050
ProxyServer.Start();

Titanium.Web.Proxy.Test/ProxyTestController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void StartProxy()
2323
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" }
2424
};
2525

26-
//An explicit endpoint is where the client knows about the exististance of a proxy
26+
//An explicit endpoint is where the client knows about the existance of a proxy
2727
//So client sends request in a proxy friendly manner
2828
ProxyServer.AddEndPoint(explicitEndPoint);
2929
ProxyServer.Start();

0 commit comments

Comments
 (0)