Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ func (c *CLIRunner) DeleteTopic(ctx context.Context, topic string) error {
return nil
}

// GerUsers fetches the details of each user in the cluster and prints out a table of them.
// GetUsers fetches the details of each user in the cluster and prints out a table of them.
func (c *CLIRunner) GetUsers(ctx context.Context, names []string) error {
c.startSpinner()

Expand Down
2 changes: 1 addition & 1 deletion pkg/groups/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func ResetOffsets(
)
}

// GetEarliestorLatestOffset gets earliest/latest offset for a given topic partition for resetting offsets of consumer group
// GetEarliestOrLatestOffset gets earliest/latest offset for a given topic partition for resetting offsets of consumer group
func GetEarliestOrLatestOffset(
ctx context.Context,
connector *admin.Connector,
Expand Down