From 4903b193d1ec074cfe341d2614266da12ffb7b48 Mon Sep 17 00:00:00 2001 From: Lawrence Wong Date: Tue, 10 Jan 2023 10:34:36 -0800 Subject: [PATCH] Change comment to trigger CI --- retry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retry.go b/retry.go index 8a05cf5..f5b0918 100644 --- a/retry.go +++ b/retry.go @@ -116,7 +116,7 @@ type auroraThriftCall func() (resp *aurora.Response, err error) // verifyOntimeout defines the type of function that will be used to verify whether a Thirft call to the Scheduler // made it to the scheduler or not. In general, these types of functions will have to interact with the scheduler -// through the very same Thrift API which previously encountered a time out from the client. +// through the very same Thrift API which previously encountered a time-out from the client. // This means that the functions themselves should be kept to a minimum number of Thrift calls. // It should also be noted that this is a best effort mechanism and // is likely to fail for the same reasons that the original call failed.