From 3eaaa0f286ff61997f4a80cc7867be92cca2761b Mon Sep 17 00:00:00 2001 From: Pauline Middelink Date: Wed, 8 Mar 2017 20:09:24 +0100 Subject: [PATCH] Correct some typo's in comments. --- src/cmds/restic/cmd_check.go | 2 +- src/cmds/restic/cmd_find.go | 2 +- src/cmds/restic/cmd_snapshots.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cmds/restic/cmd_check.go b/src/cmds/restic/cmd_check.go index cd041a42c..2f0064f1a 100644 --- a/src/cmds/restic/cmd_check.go +++ b/src/cmds/restic/cmd_check.go @@ -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 diff --git a/src/cmds/restic/cmd_find.go b/src/cmds/restic/cmd_find.go index cb9e6f594..26ae92ad4 100644 --- a/src/cmds/restic/cmd_find.go +++ b/src/cmds/restic/cmd_find.go @@ -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 diff --git a/src/cmds/restic/cmd_snapshots.go b/src/cmds/restic/cmd_snapshots.go index 5c7a671b9..7ff52831d 100644 --- a/src/cmds/restic/cmd_snapshots.go +++ b/src/cmds/restic/cmd_snapshots.go @@ -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