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

vfs: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-03-25 08:10:16 +01:00
committed by albertony
parent 55a12bd639
commit 9ee1b21ec2
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
// # It also includes directory caching
//
// The vfs package returns Error values to signal precisely which
// error conditions have ocurred. It may also return general errors
// error conditions have occurred. It may also return general errors
// it receives. It tries to use os Error values (e.g. os.ErrExist)
// where possible.
//