Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 03c47ad

Browse files
committed
Spelling mistake.
Sorry I was looking at this code trying to track down a bug somewhere else and noticed a spelling mistake for a local variable. I know I tend to be anal about spelling, so figured I'd at least point it out.
1 parent 58f759a commit 03c47ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNet.Http.Core/FormFeature.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public bool HasFormContentType
4848
return true;
4949
}
5050

51-
var conentType = ContentType;
52-
return HasApplicationFormContentType(conentType) || HasMultipartFormContentType(conentType);
51+
var contentType = ContentType;
52+
return HasApplicationFormContentType(contentType) || HasMultipartFormContentType(contentType);
5353
}
5454
}
5555

0 commit comments

Comments
 (0)