Skip to content

Commit

Permalink
Update Logger.cs
Browse files Browse the repository at this point in the history
fix spelling, fixes #28
  • Loading branch information
firefly2442 committed Apr 12, 2014
1 parent 0200a2a commit 484010c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arma2NETMySQLPlugin/Logger.cs
Expand Up @@ -118,7 +118,7 @@ public static void Stop()
}
catch (Exception ex)
{
Console.WriteLine("EXCEPTION: An exception occured while stopping the logger.\n**\t{0}", ex.ToString());
Console.WriteLine("EXCEPTION: An exception occurred while stopping the logger.\n**\t{0}", ex.ToString());
}
}
}
Expand Down

0 comments on commit 484010c

Please sign in to comment.