summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorhaowei <haoweicrushu@gmail.com>2019-05-22 21:34:29 +0800
committerJesse Duffield <jessedduffield@gmail.com>2019-07-14 14:24:59 +1000
commite1f5601d4b7d77a9918e7f445c7fc58f3c441969 (patch)
treee2469648bb1972305c3c276fb68ca007a1a7a8c3 /pkg/config
parentb60ecdaa24ff1867c3c7723c2b5f5d0253c0bae8 (diff)
fix typo
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index b35294a11..d5a880b72 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -196,7 +196,7 @@ func (c *AppConfig) WriteToUserConfig(key, value string) error {
return v.WriteConfig()
}
-// SaveAppState marhsalls the AppState struct and writes it to the disk
+// SaveAppState marshalls the AppState struct and writes it to the disk
func (c *AppConfig) SaveAppState() error {
marshalledAppState, err := yaml.Marshal(c.AppState)
if err != nil {