Fix typos found across repository

Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>
Upstream-commit: 927b334ebfc786276a039e45ec097e71bf9a104c
Component: engine
This commit is contained in:
Justas Brazauskas
2015-12-13 18:00:39 +02:00
parent 7a127054c1
commit 3c4fcf6b7a
117 changed files with 159 additions and 159 deletions

View File

@ -5,7 +5,7 @@ import (
"strings"
)
// StrSlice representes a string or an array of strings.
// StrSlice represents a string or an array of strings.
// We need to override the json decoder to accept both options.
type StrSlice struct {
parts []string