summaryrefslogtreecommitdiff
diff options
authorMichael Vogt <mvo@ubuntu.com>2017-07-05 17:01:16 +0200
committerMichael Vogt <mvo@ubuntu.com>2017-07-05 17:01:16 +0200
commit4925d333c3f81eb6e59eabcea4844f445bb44c29 (patch)
treeddb5d195f21f81f96bdf8f8be6ef0c7d7f2f36b2
parent825bb0988837f84ec148573002d7d3afc7b983f5 (diff)
fix typofix-1699768
-rw-r--r--overlord/configstate/config/transaction.go2
1 files changed, 1 insertions, 1 deletions
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