Skip to content

Commit 5428708

Browse files
committed
chore(yatgclient): naming
1 parent 8485dd7 commit 5428708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yatgclient/yatgclient.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (c *Client) BackgroundConnect(ctx context.Context) yaerrors.Error {
5252
<-ctx.Done()
5353

5454
if err := stop(); err != nil {
55-
c.log.Errorf("Failed to srop telegram client connection: %v", err)
55+
c.log.Errorf("Failed to stop telegram client connection: %v", err)
5656
}
5757
}()
5858

@@ -142,7 +142,7 @@ func (c *Client) RunUpdatesManager(
142142
}
143143
}()
144144

145-
c.log.Debug("Runned updates manager...")
145+
c.log.Debug("Updates manager started...")
146146

147147
return *channel
148148
}

0 commit comments

Comments
 (0)