fix typo of occured for logging messages and notification (#7083)

This commit is contained in:
adrian booth
2016-08-15 13:25:41 +01:00
committed by Sipke Schoorstra
parent 0deab6bd0d
commit 84288aeff6
25 changed files with 37 additions and 37 deletions

View File

@@ -517,7 +517,7 @@ namespace Orchard.CodeGeneration.Commands {
File.SetLastWriteTime(solutionPath, DateTime.Now);
}
catch {
output.WriteLine(T("An unexpected error occured while trying to refresh the Visual Studio solution. Please reload it."));
output.WriteLine(T("An unexpected error occurred while trying to refresh the Visual Studio solution. Please reload it."));
}
}
}