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>
|
/// <summary>
|
||||||
/// One or more compilation failures occured:
|
/// One or more compilation failures occurred:
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CompilationFailed
|
internal static string CompilationFailed
|
||||||
{
|
{
|
||||||
|
|
@ -35,7 +35,7 @@ namespace Microsoft.AspNet.Mvc.Razor
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// One or more compilation failures occured:
|
/// One or more compilation failures occurred:
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FormatCompilationFailed()
|
internal static string FormatCompilationFailed()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
<value>Value cannot be null or empty.</value>
|
<value>Value cannot be null or empty.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CompilationFailed" xml:space="preserve">
|
<data name="CompilationFailed" xml:space="preserve">
|
||||||
<value>One or more compilation failures occured:</value>
|
<value>One or more compilation failures occurred:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FlushPointCannotBeInvoked" xml:space="preserve">
|
<data name="FlushPointCannotBeInvoked" xml:space="preserve">
|
||||||
<value>'{0}' cannot be invoked when a Layout page is set to be executed.</value>
|
<value>'{0}' cannot be invoked when a Layout page is set to be executed.</value>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
namespace Microsoft.AspNet.Mvc.FunctionalTests
|
namespace Microsoft.AspNet.Mvc.FunctionalTests
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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.
|
/// test.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class ExceptionInfo
|
public class ExceptionInfo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue