1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

fs: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-03-25 08:20:46 +01:00
committed by albertony
parent 207b64865e
commit f6576237a4
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
// Package rc implements a remote control server and registry for rclone
//
// To register your internal calls, call rc.Add(path, function). Your
// function should take ane return a Param. It can also return an
// function should take and return a Param. It can also return an
// error. Use rc.NewError to wrap an existing error along with an
// http response type if another response other than 500 internal
// error is required on error.