misspell (#632)
* Update tomlloader.go fix misspelling * Update packages.go fix misspelling * Update scanresults.go fix misspelling
This commit is contained in:
committed by
Kota Kanbe
parent
d6a7e65e4c
commit
308a93dc72
@@ -147,7 +147,7 @@ func (p Package) FormatChangelog() string {
|
||||
case FailedToGetChangelog:
|
||||
clog = "No changelogs"
|
||||
case FailedToFindVersionInChangelog:
|
||||
clog = "Failed to parse changelogs. For detials, check yourself"
|
||||
clog = "Failed to parse changelogs. For details, check yourself"
|
||||
}
|
||||
buf = append(buf, packVer, delim.String(), clog)
|
||||
return strings.Join(buf, "\n")
|
||||
|
||||
Reference in New Issue
Block a user