From 94d5dd6862b436c8e66bd5119514c363db7d539f Mon Sep 17 00:00:00 2001 From: Rob Thijssen Date: Thu, 9 Sep 2021 15:37:51 +0300 Subject: [PATCH] typo correction --- cloud-watch/creators.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-watch/creators.go b/cloud-watch/creators.go index 8254400..630a183 100644 --- a/cloud-watch/creators.go +++ b/cloud-watch/creators.go @@ -30,7 +30,7 @@ func CreateRepeater(config *Config, logger lg.Logger) JournalRepeater { var err error if !config.MockCloudWatch { - logger.Info("Creating repeater that is conneting to AWS cloud watch") + logger.Info("Creating repeater that is connecting to AWS cloud watch") session := NewAWSSession(config) repeater, err = NewCloudWatchJournalRepeater(session, nil, config)