Fixed a typo in RIBType's comment

This commit is contained in:
Ali Farooq 2020-04-21 18:18:16 -04:00 коммит произвёл GitHub
Родитель d3edc9973b
Коммит 5ada0f59cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -88,7 +88,7 @@ func (m *RouteMessage) Marshal() ([]byte, error) {
return m.marshal()
}
// A RIBType reprensents a type of routing information base.
// A RIBType represents a type of routing information base.
type RIBType int
const (