graphql, internal: fix typos in comments (#27184)

* ✏️ Fix typos

* ️ Revert changes

* Update internal/web3ext/web3ext.go

---------

Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
David Dzhalaev
2023-05-02 04:57:07 -04:00
committed by GitHub
co-authored by Martin Holst Swende
parent 7f6c045e0d
commit 29c33d9bab
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ func render(tpl *template.Template, outputFile string, outputPerm os.FileMode, x
}
// UploadSFTP uploads files to a remote host using the sftp command line tool.
// The destination host may be specified either as [user@]host[: or as a URI in
// The destination host may be specified either as [user@]host: or as a URI in
// the form sftp://[user@]host[:port].
func UploadSFTP(identityFile, host, dir string, files []string) error {
sftp := exec.Command("sftp")