fix typo Privious -> Previous (#523)

This commit is contained in:
shimojomasatsugummm
2017-10-25 18:51:29 +09:00
committed by Kota Kanbe
parent e137ebb9c2
commit 84d0655c52

View File

@@ -288,7 +288,7 @@ func loadPrevious(current models.ScanResults) (previous models.ScanResults, err
}
if r.Family == result.Family && r.Release == result.Release {
previous = append(previous, *r)
util.Log.Infof("Privious json found: %s", path)
util.Log.Infof("Previous json found: %s", path)
break
}
}