Index: DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs =================================================================== diff -u -r6896 -r6928 --- DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 6896) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 6928) @@ -668,7 +668,7 @@ LogManager.Add(new LogMessage(ConversionHelper.ConvertToMessageType(calculationMessage.MessageType), typeof(EngineInterface), calculationMessage.Message1)); } - // If there are errors found throw an expection to stop calculation. + // If there are errors found throw an exception to stop calculation. if (LogManager.Messages.Any(m => m.MessageType == LogMessageType.Error)) { throw new Exception(LocalizationManager.GetTranslatedText(this, "ValidationErrorsOccurred"));