From 41f77f495a39b098d6a2e491e8ead146c5d083f7 Mon Sep 17 00:00:00 2001 From: Mats Linander Date: Tue, 11 Apr 2017 11:39:33 -0400 Subject: [PATCH] minor correction s/maybe/may/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5b9c5d..452c4c1a 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ It can take several minutes before the database has been fully populated, but on ### What terminology do I need to understand to work with Clair internals? - *Image* - a tarball of the contents of a container -- *Layer* - an *appc* or *Docker* image that may or maybe not be dependent on another image +- *Layer* - an *appc* or *Docker* image that may or may not be dependent on another image - *Feature* - anything that when present could be an indication of a *vulnerability* (e.g. the presence of a file or an installed software package) - *Feature Namespace* - a context around *features* and *vulnerabilities* (e.g. an operating system) - *Vulnerability Updater* - a Go package that tracks upstream vulnerability data and imports them into Clair