From 0d52745164df6fad6e623fd33b12e02f32962f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 21 Mar 2018 20:12:05 +0800 Subject: [PATCH] typo (#338) --- integrationTest/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index f377e487c..b3e1197e4 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -125,7 +125,7 @@ func runTests(t *testing.T, prv providers.DNSServiceProvider, domainName string, } if !skipVal && i != *startIdx && len(corrections) == 0 { if tst.Desc != "Empty" { - // There are "no corrections" if the last test was programatically + // There are "no corrections" if the last test was programmatically // skipped. We detect this (possibly inaccurately) by checking to // see if .Desc is "Empty". t.Fatalf("Expect changes for all tests, but got none")