Fixed typo (occured to occurred) in comments and resources.
This commit is contained in:
parent
13af6f8e1a
commit
f162f70c1e
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue