Skip to content

Commit

Permalink
rename function for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seferen committed Sep 4, 2024
1 parent 50e3d50 commit 42e43be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/aggregator/netsample/sample.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (s *Sample) SetUserDuration(d time.Duration) {
s.setDuration(keyRTTMicro, d)
}

func (s *Sample) GetUserDurationMiliseconds() int {
func (s *Sample) GetUserDurationMilliseconds() int {
return s.get(keyRTTMicro)
}
func (s *Sample) SetUserProto(code int) {
Expand Down

0 comments on commit 42e43be

Please sign in to comment.