From 7cdaf3d5d4cc093524c9dc1b100b38d91f1c8110 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Fri, 1 Sep 2023 23:39:52 +0900 Subject: [PATCH] fix a small typo --- xrayaws-v2/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrayaws-v2/client_test.go b/xrayaws-v2/client_test.go index db2e9ba..96fee7e 100644 --- a/xrayaws-v2/client_test.go +++ b/xrayaws-v2/client_test.go @@ -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