From ca9b643c73a3d8e317a135906a59c24a23442458 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Mon, 15 Jul 2019 22:32:35 +0900 Subject: [PATCH] docs: Fix typo in (*Meta) RunOperation comments --- command/meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/meta.go b/command/meta.go index bb5f6d220..a63c41f3e 100644 --- a/command/meta.go +++ b/command/meta.go @@ -257,7 +257,7 @@ func (m *Meta) StdinPiped() bool { } // RunOperation executes the given operation on the given backend, blocking -// until that operation completes or is inteerrupted, and then returns +// until that operation completes or is interrupted, and then returns // the RunningOperation object representing the completed or // aborted operation that is, despite the name, no longer running. //