Fix typos (#499)

* Update bolt.go

Fix typos

* Update util.go

Fix Typos
This commit is contained in:
~Stack~
2017-09-26 04:16:54 -05:00
committed by Kota Kanbe
parent 5f2183fc8e
commit 03a141c252
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ func (e defPacks) toPackStatuses(family string, packs models.Packages) (ps model
for name := range e.actuallyAffectedPackNames {
pack, ok := packs[name]
if !ok {
util.Log.Warnf("Faild to find in Package list: %s", name)
util.Log.Warnf("Failed to find in Package list: %s", name)
return
}
@@ -75,7 +75,7 @@ func (e defPacks) toPackStatuses(family string, packs models.Packages) (ps model
}
}
if ovalPackVer == "" {
util.Log.Warnf("Faild to find in Oval Package list: %s", name)
util.Log.Warnf("Failed to find in Oval Package list: %s", name)
return
}