docs: Fix typo in (*Meta) RunOperation comments

This commit is contained in:
Masayuki Morita 2019-07-15 22:32:35 +09:00
parent 56e33a4546
commit ca9b643c73
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//