Skip to content

Commit 0350bf9

Browse files
Merge pull request #73 from gearcog/patch-1
FIx typo in README.md
2 parents ccebbd6 + 289a1be commit 0350bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func main() {
4646
// Close the file after it has been copied
4747
defer f.Close()
4848

49-
// Finaly, copy the file over
49+
// Finally, copy the file over
5050
// Usage: CopyFromFile(context, file, remotePath, permission)
5151

5252
// the context can be adjusted to provide time-outs or inherit from other contexts if this is embedded in a larger application.

0 commit comments

Comments
 (0)