Skip to content

Commit a5ddecf

Browse files
committed
Fix typo in comments
1 parent 193604d commit a5ddecf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

functionaltests/internal/kbclient/upgrade_assist.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ func (c *Client) migrateSystemIndices(ctx context.Context) error {
170170
}
171171

172172
// migrateSystemIndicesAndWait first checks that the system indices need to be migrated.
173-
// If they do, it will call migrateSystemIndices all keep waiting until the migration
174-
// status is done.
173+
// If they do, it will call migrateSystemIndices and wait until the migration is done.
175174
func (c *Client) migrateSystemIndicesAndWait(ctx context.Context) error {
176175
status, err := c.QuerySystemIndicesMigrationStatus(ctx)
177176
if err != nil {

0 commit comments

Comments
 (0)