Fix typo in comment

This commit is contained in:
Greg Dennis 2022-12-08 09:12:37 -05:00 committed by GitHub
parent e939e4f120
commit 3ab645c5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ type Package struct {
func (p *Package) SetProperty(key, value string) {
// TODO(jstemmer): Delete this method in the next major release.
// Delete all the properties whose name is the specified key,
// then add the specieid key-value property.
// then add the specified key-value property.
i := 0
for _, prop := range p.Properties {
if key != prop.Name {