File tree Expand file tree Collapse file tree
Source/HttpMultipartParser Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments