forked from TrueCloudLab/rclone
docs: remove repeated words
This commit is contained in:
parent
c7bfadd10a
commit
00fb847662
3 changed files with 3 additions and 3 deletions
|
@ -581,7 +581,7 @@ type DrivesResponse struct {
|
||||||
Drives []DriveResource `json:"value"`
|
Drives []DriveResource `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SiteResource is part of the response from from "/sites/root:"
|
// SiteResource is part of the response from "/sites/root:"
|
||||||
type SiteResource struct {
|
type SiteResource struct {
|
||||||
SiteID string `json:"id"`
|
SiteID string `json:"id"`
|
||||||
SiteName string `json:"displayName"`
|
SiteName string `json:"displayName"`
|
||||||
|
|
|
@ -603,7 +603,7 @@ func (a *accountStream) SetStream(in io.Reader) {
|
||||||
a.in = in
|
a.in = in
|
||||||
}
|
}
|
||||||
|
|
||||||
// WrapStream wrap in in an accounter
|
// WrapStream wrap in an accounter
|
||||||
func (a *accountStream) WrapStream(in io.Reader) io.Reader {
|
func (a *accountStream) WrapStream(in io.Reader) io.Reader {
|
||||||
return a.acc.WrapStream(in)
|
return a.acc.WrapStream(in)
|
||||||
}
|
}
|
||||||
|
|
|
@ -248,7 +248,7 @@ func makeConfigPath() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
// No existing config file found, prepare proper default for a new one.
|
// No existing config file found, prepare proper default for a new one.
|
||||||
// But first check if if user supplied a --config variable or environment
|
// But first check if user supplied a --config variable or environment
|
||||||
// variable, since then we skip actually trying to create the default
|
// variable, since then we skip actually trying to create the default
|
||||||
// and report any errors related to it (we can't use pflag for this because
|
// and report any errors related to it (we can't use pflag for this because
|
||||||
// it isn't initialised yet so we search the command line manually).
|
// it isn't initialised yet so we search the command line manually).
|
||||||
|
|
Loading…
Add table
Reference in a new issue