From 62a6b207b2bb15eea47bd757f58806dabc145ba3 Mon Sep 17 00:00:00 2001 From: pixdrift Date: Thu, 15 Nov 2018 13:13:29 +1100 Subject: [PATCH] Extremely minor typo in comment --- db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.go b/db.go index 4ba6a0b..01bd94c 100644 --- a/db.go +++ b/db.go @@ -134,7 +134,7 @@ func SetupDB(path string) error { // // The entry contains most of the interesting data from the parsed YAML. // -// But note that it odesn't contain changed resources, etc. +// But note that it doesn't contain changed resources, etc. // // func addDB(data PuppetReport, path string) error {