1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

fix: comment typos

This commit is contained in:
n4n5
2025-11-13 14:47:40 +01:00
committed by GitHub
parent cf94824426
commit 71138082ea
8 changed files with 9 additions and 9 deletions

View File

@@ -961,7 +961,7 @@ func (o *Object) setMetaData(info *api.ResourceInfoResponse) (err error) {
return nil
}
// readMetaData reads ands sets the new metadata for a storage.Object
// readMetaData reads and sets the new metadata for a storage.Object
func (o *Object) readMetaData(ctx context.Context) (err error) {
if o.hasMetaData {
return nil