typo fixed in comment for func main(). itnerfaces->interfaces

This commit is contained in:
Barna Bruder 2017-01-30 01:18:24 +01:00
Родитель 3cc986b086
Коммит 847f08b81e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -21,7 +21,7 @@ const (
maxAllowedConcurrentConnections uint = 128
)
// main is the application's entry point. It will either spawn a CLI or HTTP itnerfaces.
// main is the application's entry point. It will either spawn a CLI or HTTP interfaces.
func main() {
golib_log.SetLevel(golib_log.FATAL)