* minor: correct spelling, remove warning

0.6.0-stable
Justin Clarke Casey 2008-08-01 21:15:38 +00:00
parent 95b06c575e
commit ec8f2d836c
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ namespace OpenSim.Framework
if (AddinManager.IsInitialized == true)
return;
log.Info("[PLUGINS]: Initialzing");
log.Info("[PLUGINS]: Initializing");
AddinManager.AddinLoadError += on_addinloaderror_;
AddinManager.AddinLoaded += on_addinloaded_;
@ -240,7 +240,7 @@ namespace OpenSim.Framework
if (Directory.Exists("addin-db-001"))
Directory.Delete("addin-db-001", true);
}
catch (IOException e)
catch (IOException)
{
// If multiple services are started simultaneously, they may
// each test whether the directory exists at the same time, and