From 076a5babb93ad18fa106cc954e5c4a81599697ae Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 2 Dec 2018 20:25:33 +0000 Subject: [PATCH] Fix typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 149bacc..c82e3c6 100644 --- a/main.go +++ b/main.go @@ -139,7 +139,7 @@ func main() { if !exists(usr.HomeDir + "/.out-of-tree/kernels.toml") { log.Println("No ~/.out-of-tree/kernels.toml: Probably you " + - "need to run `out-of-tree kernels autogen` in " + + "need to run `out-of-tree kernel autogen` in " + "directory that contains .out-of-tree.toml " + "with defined kernel masks " + "(see docs at https://out-of-tree.io)")