From ccde53fa60885e3f90b66ed923092b813ed42bc7 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Thu, 7 Dec 2017 14:08:04 +0530 Subject: [PATCH] Fix typos in config.go --- config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index 3b708de..c167757 100644 --- a/config.go +++ b/config.go @@ -43,8 +43,8 @@ type Config struct { // The maximum number of messages that will be sent in one API call. // Messages will be sent when they've been queued up to the maximum batch // size or when the flushing interval timer triggers. - // Note that the API will still enfore a 500KB limit on each HTTP request - // which is independant from the number of embedded messages. + // Note that the API will still enforce a 500KB limit on each HTTP request + // which is independent from the number of embedded messages. BatchSize int // When set to true the client will send more frequent and detailed messages