mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
misc: Fix a few typos
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> This commit was moved from ipfs/interface-go-ipfs-core@646b14412a This commit was moved from ipfs/boxo@76ac2a8842
This commit is contained in:
parent
b5d36c8a1b
commit
7ffe2f640d
@ -95,9 +95,9 @@ func (pinType) Indirect() PinLsOption {
|
||||
|
||||
// Recursive is an option for Pin.Add which specifies whether to pin an entire
|
||||
// object tree or just one object. Default: true
|
||||
func (pinOpts) Recursive(recucsive bool) PinAddOption {
|
||||
func (pinOpts) Recursive(recursive bool) PinAddOption {
|
||||
return func(settings *PinAddSettings) error {
|
||||
settings.Recursive = recucsive
|
||||
settings.Recursive = recursive
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user