Skip to content

Commit

Permalink
Update objectstorage.go (#2854)
Browse files Browse the repository at this point in the history
instence --> instance
  • Loading branch information
lixin963 authored Nov 9, 2023
1 parent 5f4fe57 commit 6f50872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/daemon/objectstorage/objectstorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type objectStorage struct {
peerIDGenerator peer.IDGenerator
}

// New returns a new ObjectStorage instence.
// New returns a new ObjectStorage instance.
func New(cfg *config.DaemonOption, dynconfig config.Dynconfig, peerTaskManager peer.TaskManager, storageManager storage.Manager, logDir string) (ObjectStorage, error) {
// Initialize object storage client.
config, err := dynconfig.GetObjectStorage()
Expand Down

0 comments on commit 6f50872

Please sign in to comment.