Skip to content

Commit 6924ea8

Browse files
committed
Fix typos in XML comments
1 parent 91349b2 commit 6924ea8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/HttpMultipartParser/StreamingMultipartFormDataParser.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,14 +319,14 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
319319
/// <summary>
320320
/// The FileStreamDelegate defining functions that can handle file stream data from this parser.
321321
///
322-
/// Delegates can assume that the data is sequential i.e. the data recieved by any delegates will be
323-
/// the data immediately following any previously recieved data.
322+
/// Delegates can assume that the data is sequential i.e. the data received by any delegates will be
323+
/// the data immediately following any previously received data.
324324
/// </summary>
325325
/// <param name="name">The name of the multipart data.</param>
326326
/// <param name="fileName">The name of the file.</param>
327327
/// <param name="contentType">The content type of the multipart data.</param>
328328
/// <param name="contentDisposition">The content disposition of the multipart data.</param>
329-
/// <param name="buffer">Some of the data from the file (not neccecarily all of the data).</param>
329+
/// <param name="buffer">Some of the data from the file (not necessarily all of the data).</param>
330330
/// <param name="bytes">The length of data in buffer.</param>
331331
/// <param name="partNumber">Each chunk (or "part") in a given file is sequentially numbered, starting at zero.</param>
332332
public delegate void FileStreamDelegate(

0 commit comments

Comments
 (0)