From e608c16567c68f820d08ab6d3a7f65ec45ee7bde Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 00:47:54 +0000 Subject: [PATCH] spelling: explicitly --- go/logic/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/logic/server.go b/go/logic/server.go index cd1aafb..8cc4fc8 100644 --- a/go/logic/server.go +++ b/go/logic/server.go @@ -305,7 +305,7 @@ help # This message return NoPrintStatusRule, err } if arg != "" && arg != this.migrationContext.OriginalTableName { - // User exlpicitly provided table name. This is a courtesy protection mechanism + // User explicitly provided table name. This is a courtesy protection mechanism err := fmt.Errorf("User commanded 'unpostpone' on %s, but migrated table is %s; ingoring request.", arg, this.migrationContext.OriginalTableName) return NoPrintStatusRule, err }