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 a2ecad4 commit 2c4f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arma2NETMySQLPlugin/Logger.cs
Original file line number Diff line number Diff line change
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 2c4f2c5

Please sign in to comment.