Fixed typos from from goreportcard (#760)

This commit is contained in:
Vishal
2018-07-16 16:24:05 +05:30
committed by GitHub
parent 16d0f6a94f
commit 4b37b9ac03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const (
AzureMessageFetchCount = 10
// AzureMessageVisibilityTimeout is the visibility timeout for dequeued messages.
AzureMessageVisibilityTimeout = time.Minute
// AzurePoisonQueueSuffix is the suffix used for posion queues.
// AzurePoisonQueueSuffix is the suffix used for poison queues.
AzurePoisonQueueSuffix = "-poison"
// AzureFunctionInvocationTimeout is the amount of time to wait for a triggered function to execute.
AzureFunctionInvocationTimeout = 10 * time.Minute