Merge pull request #17986 from bogdangrigg/master

Fix small typos in documentation files
This commit is contained in:
moxiegirl 2015-11-17 16:45:38 -08:00
commit 5edb94d724

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