aboutsummaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorMark Steve Samson2013-07-24 10:53:06 +0800
committerMark Steve Samson2013-07-24 10:53:06 +0800
commit9209d23a1bc9efee56efdbc92d35ddbff4188292 (patch)
treead0ec710cfaa98d6a8c10d9b1a27903d1a1d4949 /cli
parent621c20c6a4da6a4bb765137dc8c79e209fdc6e2a (diff)
downloadgdrive-9209d23a1bc9efee56efdbc92d35ddbff4188292.tar.bz2
Fix typo
Diffstat (limited to 'cli')
-rw-r--r--cli/cli.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli.go b/cli/cli.go
index d78c838..fb25a25 100644
--- a/cli/cli.go
+++ b/cli/cli.go
@@ -288,7 +288,7 @@ func Unshare(d *gdrive.Drive, fileId string) {
return
}
- fmt.Printf("File '%s' is now longer shared to 'anyone'\n", info.Title)
+ fmt.Printf("File '%s' is no longer shared to 'anyone'\n", info.Title)
}
func isShared(d *gdrive.Drive, fileId string) bool {