spell fixes

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-06 23:33:37 +03:00
parent 39f66cc86c
commit a102e95433
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ type Runtime interface {
// Logs returns a log stream
type Logs interface {
// Error retuns error
// Error returns error
Error() error
// Chan return chan log
Chan() chan Log