From 4925d333c3f81eb6e59eabcea4844f445bb44c29 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 5 Jul 2017 17:01:16 +0200 Subject: fix typo --- overlord/configstate/config/transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlord/configstate/config/transaction.go b/overlord/configstate/config/transaction.go index 7c882deddf..dec02cbf39 100644 --- a/overlord/configstate/config/transaction.go +++ b/overlord/configstate/config/transaction.go @@ -146,7 +146,7 @@ func getFromPristine(snapName string, subkeys []string, pos int, config map[stri } // There is a known problem with json raw messages representing nulls when they are stored in nested structures, such as - // config map inside our state. These are turned into nils and need to be handled explicitely. + // config map inside our state. These are turned into nils and need to be handled explicitly. if raw == nil { m := json.RawMessage("null") raw = &m -- cgit v1.2.3