Skip to content

Commit 0309017

Browse files
committed
Fix spelling error
1 parent 745b134 commit 0309017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func TestStats(t *testing.T) {
640640
t.Errorf("Slab slots not visible in stats: %v", val.Slots)
641641
}
642642
} else {
643-
t.Errorf("Slab stats for upsteam '%v' not found", upstream)
643+
t.Errorf("Slab stats for upstream '%v' not found", upstream)
644644
}
645645

646646
if stats.HTTPRequests.Total < 1 {

0 commit comments

Comments
 (0)