Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit a1c5f7f

Browse files
chkeitaPorges
andauthored
Update src/ApiService/ApiService/onefuzzlib/ImageReference.cs
Co-authored-by: George Pollard <porges@porg.es>
1 parent d50da5e commit a1c5f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiService/ApiService/onefuzzlib/ImageReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static OneFuzzResult<ImageReference> TryParse(string image) {
5353
} catch (FormatException) {
5454
// not an ARM identifier, try to parse a marketplace image:
5555
var imageParts = image.Split(":");
56-
// The python code would throw if more than 4 parts are foud in the split
56+
// The python code would throw if more than 4 parts are found in the split
5757
if (imageParts.Length != 4) {
5858
return Error.Create(
5959
ErrorCode.INVALID_IMAGE, $"Expected 4 ':' separated parts in '{image}'");

0 commit comments

Comments
 (0)