Correct some typo's in comments.

This commit is contained in:
Pauline Middelink 2017-03-08 20:09:24 +01:00
parent b1c8071163
commit 3eaaa0f286
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ finds. It can also be used to read all data and therefore simulate a restore.
},
}
// CheckOptions bundle all options for the 'check' command.
// CheckOptions bundles all options for the 'check' command.
type CheckOptions struct {
ReadData bool
CheckUnused bool

View File

@ -24,7 +24,7 @@ repo. `,
},
}
// FindOptions bundle all options for the find command.
// FindOptions bundles all options for the find command.
type FindOptions struct {
Oldest string
Newest string

View File

@ -23,7 +23,7 @@ The "snapshots" command lists all snapshots stored in the repository.
},
}
// SnapshotOptions bundle all options for the snapshots command.
// SnapshotOptions bundles all options for the snapshots command.
type SnapshotOptions struct {
Host string
Paths []string