Commit cf6c7186 authored by FlorianHockmann's avatar FlorianHockmann

Fix spelling: "A HTTP" -> "An HTTP"

parent 45dd226d
...@@ -51,7 +51,7 @@ namespace PcapDotNet.Packets.Http ...@@ -51,7 +51,7 @@ namespace PcapDotNet.Packets.Http
} }
/// <summary> /// <summary>
/// A HTTP response has a valid start if it contains a version and a status code. /// An HTTP response has a valid start if it contains a version and a status code.
/// </summary> /// </summary>
protected override bool CalculateIsValidStart() protected override bool CalculateIsValidStart()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment