We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ecad4 commit 2c4f2c5Copy full SHA for 2c4f2c5
1 file changed
Arma2NETMySQLPlugin/Logger.cs
@@ -118,7 +118,7 @@ public static void Stop()
118
}
119
catch (Exception ex)
120
{
121
- 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());
122
123
124
0 commit comments