Fix misspellings

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2023-08-25 16:14:06 +02:00
parent 2fad708556
commit 12dc12ce09
18 changed files with 22 additions and 22 deletions

View File

@@ -234,7 +234,7 @@ func (c *ldcache) getEntries(selected func(string) bool) []entry {
return entries
}
// List creates a list of libraires in the ldcache.
// List creates a list of libraries in the ldcache.
// The 32-bit and 64-bit libraries are returned separately.
func (c *ldcache) List() ([]string, []string) {
all := func(s string) bool { return true }