Commit fef05f52 authored by ilushka85's avatar ilushka85

capitalization fix

parent aab71848
...@@ -44,7 +44,7 @@ namespace Titanium.Web.Proxy.Network ...@@ -44,7 +44,7 @@ namespace Titanium.Web.Proxy.Network
/// <returns>true if succeeded, else false</returns> /// <returns>true if succeeded, else false</returns>
internal bool CreateTrustedRootCertificate() internal bool CreateTrustedRootCertificate()
{ {
if(File.Exists("rootcert.pfx")) if(File.Exists("rootCert.pfx"))
{ {
try try
{ {
......
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