diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-19 13:08:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-19 13:08:28 -0500 |
| commit | 212c5318ae6dd26e56f10a36b7b85f0bae1bd02d (patch) | |
| tree | 92ffcaa990dbed73f9dbd5e03ebd06e45b390671 /RSSDP/HttpParserBase.cs | |
| parent | 75d4a573a3f3e05319c0fa8d5ea44942ae70533f (diff) | |
| parent | 4c394eec90922b58ae5feecb4ed2713c24945f43 (diff) | |
Merge pull request #4507 from BaronGreenback/Spelling
Corrects spelling in comments
Diffstat (limited to 'RSSDP/HttpParserBase.cs')
| -rw-r--r-- | RSSDP/HttpParserBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/HttpParserBase.cs b/RSSDP/HttpParserBase.cs index 11202940e..c56249523 100644 --- a/RSSDP/HttpParserBase.cs +++ b/RSSDP/HttpParserBase.cs @@ -105,7 +105,7 @@ namespace Rssdp.Infrastructure var headerName = line.Substring(0, headerKeySeparatorIndex).Trim(); var headerValue = line.Substring(headerKeySeparatorIndex + 1).Trim(); - // Not sure how to determine where request headers and and content headers begin, + // Not sure how to determine where request headers and content headers begin, // at least not without a known set of headers (general headers first the content headers) // which seems like a bad way of doing it. So we'll assume if it's a known content header put it there // else use request headers. |
