Skip to content

Commit 2c4f2c5

Browse files
committed
Update Logger.cs
fix spelling, fixes #28
1 parent a2ecad4 commit 2c4f2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arma2NETMySQLPlugin/Logger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static void Stop()
118118
}
119119
catch (Exception ex)
120120
{
121-
Console.WriteLine("EXCEPTION: An exception occured while stopping the logger.\n**\t{0}", ex.ToString());
121+
Console.WriteLine("EXCEPTION: An exception occurred while stopping the logger.\n**\t{0}", ex.ToString());
122122
}
123123
}
124124
}

0 commit comments

Comments
 (0)