From 68c2ba74ddb52406925b2657350922b7563f6fb3 Mon Sep 17 00:00:00 2001 From: jumbi77 Date: Sat, 6 Apr 2024 10:07:01 +0200 Subject: [PATCH] pikpak: fix a typo in a comment Last still open fix from PR #6970 --- backend/pikpak/helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pikpak/helper.go b/backend/pikpak/helper.go index fed140b98..36ae1a03e 100644 --- a/backend/pikpak/helper.go +++ b/backend/pikpak/helper.go @@ -181,7 +181,7 @@ func (f *Fs) getAbout(ctx context.Context) (info *api.About, err error) { return } -// requestShare returns information about ssharable links +// requestShare returns information about sharable links func (f *Fs) requestShare(ctx context.Context, req *api.RequestShare) (info *api.Share, err error) { opts := rest.Opts{ Method: "POST",