Skip to content

Commit

Permalink
Merge pull request #35 from feloy/fix-typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
feloy authored Dec 5, 2023
2 parents 45c22b1 + 8bb3ad5 commit 1ebd0f8
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 1ebd0f8

Please sign in to comment.