pikpak: fix a typo in a comment

Last still open fix from PR #6970
This commit is contained in:
jumbi77 2024-04-06 10:07:01 +02:00 committed by Nick Craig-Wood
parent e739ee2c27
commit 68c2ba74dd
1 changed files with 1 additions and 1 deletions

View File

@ -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",