Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Ruiz Garcia <pablo.ruiz@gmail.com>2012-12-26 17:30:51 +0400
committerPablo Ruiz Garcia <pablo.ruiz@gmail.com>2012-12-26 17:30:51 +0400
commit43451a70bffc00b959282a83115f47e63c60f077 (patch)
tree21d2c15fb164191b5af6c20d302369007e23e329 /mcs/class/Microsoft.Web.Infrastructure
parentcdc71ff39412ebe88eeee9e70338548261456e28 (diff)
Two small typo fixes.
Diffstat (limited to 'mcs/class/Microsoft.Web.Infrastructure')
-rw-r--r--mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.DynamicValidationHelper/ValidationUtility.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.DynamicValidationHelper/ValidationUtility.cs b/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.DynamicValidationHelper/ValidationUtility.cs
index 5d40a5dde54..2605aed28d1 100644
--- a/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.DynamicValidationHelper/ValidationUtility.cs
+++ b/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.DynamicValidationHelper/ValidationUtility.cs
@@ -45,11 +45,11 @@ namespace Microsoft.Web.Infrastructure.DynamicValidationHelper
if (req == null)
return;
- // We migth get called more than once.. (weird, isnt it?)
+ // We might get called more than once.. (weird, isnt it?)
if (context.Items [UNVALIDATED_DATA_KEY] != null)
return;
- // Store unvalidated values at context so we can get access them later.
+ // Store unvalidated values at context so we can access them later.
context.Items [UNVALIDATED_DATA_KEY] = new object [] { req.FormUnvalidated, req.QueryStringUnvalidated };
// Just to be safe, make sure it's on