Skip to content

Commit fa256f0

Browse files
committed
Update Configuration.cs
1 parent 495731d commit fa256f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Framework/Configuration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public static class Configuration
125125

126126
public static Architecture.Range32 InjectionTimeoutRange = new Architecture.Range32(5000, 300000); // Five seconds to five minutes.
127127

128-
private static bool PhraseConfigFile()
128+
private static bool ParseConfigFile()
129129
{
130130
if (_storageFile.Exists())
131131
{
@@ -184,7 +184,7 @@ public static bool CheckInitialized()
184184

185185
if (_storageFile.Exists())
186186
{
187-
if (PhraseConfigFile())
187+
if (ParseConfigFile())
188188
{
189189
_initialized = true;
190190
}

0 commit comments

Comments
 (0)