typo: Fix method name in comment

This commit is contained in:
Yann Hodique 2018-02-21 09:01:44 -08:00 коммит произвёл GitHub
Родитель 2ecf531dc1
Коммит 2ae3f31b14
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,7 @@ type RootManifest interface {
// them can harm the ecosystem as a whole.
Overrides() ProjectConstraints
// IngoredPackages returns a pkgtree.IgnoredRuleset, which comprises a set
// IgnoredPackages returns a pkgtree.IgnoredRuleset, which comprises a set
// of import paths, or import path patterns, that are to be ignored during
// solving. These ignored import paths can be within the root project, or
// part of other projects. Ignoring a package means that both it and its