Skip to content

Commit ac952e7

Browse files
committed
Fix typo in XML comment
1 parent 6e18c39 commit ac952e7

File tree

1 file changed

+1
-1
lines changed
  • Source/HttpMultipartParser.UnitTests/ParserScenarios

1 file changed

+1
-1
lines changed

Source/HttpMultipartParser.UnitTests/ParserScenarios/SmallData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void SmallDataTest()
6060
{
6161
// The boundry is missing the first two -- in accordance with the multipart
6262
// spec. (A -- is added by the parser, this boundry is what would be sent in the
63-
// requset header)
63+
// request header)
6464
var parser = MultipartFormDataParser.Parse(stream, "---------------------------265001916915724");
6565
Assert.True(_testCase.Validate(parser));
6666
}

0 commit comments

Comments
 (0)