2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-04 05:32:01 +08:00

Fix comment typos

This commit is contained in:
Trịnh Đức Bảo Linh
2022-05-17 11:14:15 +07:00
committed by GitHub
parent aefd276146
commit 30d409371b
8 changed files with 18 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ func (i *Inspector) Groups(queue string) ([]*GroupInfo, error) {
return res, nil
}
// GroupInfo represents a state of a group at a cerntain time.
// GroupInfo represents a state of a group at a certain time.
type GroupInfo struct {
// Name of the group.
Group string