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

Commit c8f24b2

Browse files
committed
Merge pull request #260 from ryan1234/patch-1
Spelling mistake.
2 parents 58f759a + 03c47ad commit c8f24b2

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)