Merge pull request #17986 from bogdangrigg/master

Fix small typos in documentation files
Upstream-commit: c83373112c908f7c5afc85fc6b08640817920a6d
Component: engine
This commit is contained in:
moxiegirl
2015-11-17 16:45:38 -08:00
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func (i *important) Create(name string, data interface{}) {
i.locks.Lock(name)
defer i.locks.Unlock(name)
i.createImporatant(data)
i.createImportant(data)
s.mu.Lock()
i.data[name] = data