Skip to content

Commit

Permalink
Merge pull request #460 from shogo82148/fix-typo
Browse files Browse the repository at this point in the history
fix a small typo
  • Loading branch information
shogo82148 authored Sep 1, 2023
2 parents 589c9ac + 7cdaf3d commit 3f034f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrayaws-v2/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func ignore(s string) string {

const timeFilled = 1234567890

// we check wheather time is set
// we check whether time is set
func ignoreTime(t float64) float64 {
if t == 0 {
return 0
Expand Down

0 comments on commit 3f034f7

Please sign in to comment.