Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling - Logger.cs #28

Closed
smalls89 opened this issue Apr 11, 2014 · 1 comment
Closed

Spelling - Logger.cs #28

smalls89 opened this issue Apr 11, 2014 · 1 comment

Comments

@smalls89
Copy link

public static void Stop()
{
if (State == loggerState.Started)
{
try
{
sw.Flush();
sw.Close();
fs.Close();
state = loggerState.Stopped;
}
catch (Exception ex)
{
Console.WriteLine("EXCEPTION: An exception occured while stopping the logger.\n**\t{0}", ex.ToString());
}
}
}

occured (occurred) is misspelled

firefly2442 added a commit that referenced this issue Apr 12, 2014
fix spelling, fixes #28
@firefly2442
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants