NetworkPkg: fix various typos

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster 2025-11-04 08:25:33 +01:00 committed by mergify[bot]
parent 1a21b50d6b
commit d5df66e297

View file

@ -1634,7 +1634,7 @@ HttpGetFieldNameAndValue (
}
//
// Replace ':' with 0, then FieldName has been retrived from String.
// Replace ':' with 0, then FieldName has been retrieved from String.
//
*(FieldValueStr - 1) = 0;