diff --git a/src/Microsoft.AspNet.Mvc.Razor/Properties/Resources.Designer.cs b/src/Microsoft.AspNet.Mvc.Razor/Properties/Resources.Designer.cs
index f6dfb487a3..4f5ec448d7 100644
--- a/src/Microsoft.AspNet.Mvc.Razor/Properties/Resources.Designer.cs
+++ b/src/Microsoft.AspNet.Mvc.Razor/Properties/Resources.Designer.cs
@@ -27,7 +27,7 @@ namespace Microsoft.AspNet.Mvc.Razor
}
///
- /// One or more compilation failures occured:
+ /// One or more compilation failures occurred:
///
internal static string CompilationFailed
{
@@ -35,7 +35,7 @@ namespace Microsoft.AspNet.Mvc.Razor
}
///
- /// One or more compilation failures occured:
+ /// One or more compilation failures occurred:
///
internal static string FormatCompilationFailed()
{
diff --git a/src/Microsoft.AspNet.Mvc.Razor/Resources.resx b/src/Microsoft.AspNet.Mvc.Razor/Resources.resx
index 4431f51965..f227993316 100644
--- a/src/Microsoft.AspNet.Mvc.Razor/Resources.resx
+++ b/src/Microsoft.AspNet.Mvc.Razor/Resources.resx
@@ -121,7 +121,7 @@
Value cannot be null or empty.
- One or more compilation failures occured:
+ One or more compilation failures occurred:
'{0}' cannot be invoked when a Layout page is set to be executed.
diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ExceptionInfo.cs b/test/Microsoft.AspNet.Mvc.FunctionalTests/ExceptionInfo.cs
index 04944f87c6..9e30c8f3ca 100644
--- a/test/Microsoft.AspNet.Mvc.FunctionalTests/ExceptionInfo.cs
+++ b/test/Microsoft.AspNet.Mvc.FunctionalTests/ExceptionInfo.cs
@@ -4,7 +4,7 @@
namespace Microsoft.AspNet.Mvc.FunctionalTests
{
///
- /// 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.
///
public class ExceptionInfo