firefly2442 / Arma2NETMySQLPlugin

Arma2NET plugin to connect to MySQL and SQLite databases
GNU General Public License v3.0
24 stars 9 forks source link

Spelling - Logger.cs #28

Closed smalls89 closed 10 years ago

smalls89 commented 10 years ago

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 commented 10 years ago

Thank you!