Fixed typo (occured to occurred) in comments and resources.

This commit is contained in:
Gerardo Melendrez 2015-09-24 15:52:59 -07:00 committed by Doug Bunting
parent 13af6f8e1a
commit f162f70c1e
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ namespace Microsoft.AspNet.Mvc.Razor
}
/// <summary>
/// One or more compilation failures occured:
/// One or more compilation failures occurred:
/// </summary>
internal static string CompilationFailed
{
@ -35,7 +35,7 @@ namespace Microsoft.AspNet.Mvc.Razor
}
/// <summary>
/// One or more compilation failures occured:
/// One or more compilation failures occurred:
/// </summary>
internal static string FormatCompilationFailed()
{

View File

@ -121,7 +121,7 @@
<value>Value cannot be null or empty.</value>
</data>
<data name="CompilationFailed" xml:space="preserve">
<value>One or more compilation failures occured:</value>
<value>One or more compilation failures occurred:</value>
</data>
<data name="FlushPointCannotBeInvoked" xml:space="preserve">
<value>'{0}' cannot be invoked when a Layout page is set to be executed.</value>

View File

@ -4,7 +4,7 @@
namespace Microsoft.AspNet.Mvc.FunctionalTests
{
/// <summary>
/// Information about an exception that occured on the server side of a functional
/// Information about an exception that occurred on the server side of a functional
/// test.
/// </summary>
public class ExceptionInfo