Merge pull request #22070 from minamijoyo/fix-typo-in-meta-runoperation

docs: Fix typo in (*Meta) RunOperation comments
This commit is contained in:
Pam Selle 2019-07-15 10:51:43 -04:00 committed by GitHub
commit e354708c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
//