Skip to content

Commit 19b38ca

Browse files
authored
chore: fix some function names in comment (#248)
Signed-off-by: changgesi <changgesi@outlook.com>
1 parent f393f6c commit 19b38ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ func (c *CLIRunner) DeleteTopic(ctx context.Context, topic string) error {
650650
return nil
651651
}
652652

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

pkg/groups/groups.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func ResetOffsets(
225225
)
226226
}
227227

228-
// GetEarliestorLatestOffset gets earliest/latest offset for a given topic partition for resetting offsets of consumer group
228+
// GetEarliestOrLatestOffset gets earliest/latest offset for a given topic partition for resetting offsets of consumer group
229229
func GetEarliestOrLatestOffset(
230230
ctx context.Context,
231231
connector *admin.Connector,

0 commit comments

Comments
 (0)