We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495731d commit fa256f0Copy full SHA for fa256f0
1 file changed
Framework/Configuration.cs
@@ -125,7 +125,7 @@ public static class Configuration
125
126
public static Architecture.Range32 InjectionTimeoutRange = new Architecture.Range32(5000, 300000); // Five seconds to five minutes.
127
128
- private static bool PhraseConfigFile()
+ private static bool ParseConfigFile()
129
{
130
if (_storageFile.Exists())
131
@@ -184,7 +184,7 @@ public static bool CheckInitialized()
184
185
186
187
- if (PhraseConfigFile())
+ if (ParseConfigFile())
188
189
_initialized = true;
190
}
0 commit comments