Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Dec 5, 2023
1 parent 1ea1599 commit 8bb3ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/decompiler/decompiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ func Decompile(imageName string) (*parser.Node, error) {
return node, nil
}
}
return nil, errors.Errorf("Can't resolved umage %s", imageName)
return nil, errors.Errorf("Can't resolve image %s", imageName)
}

0 comments on commit 8bb3ad5

Please sign in to comment.