mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
fs: fix a typo in a comment
This commit is contained in:
committed by
Nick Craig-Wood
parent
6b60e09ff2
commit
e9763552f7
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
// Check it satisfies the interfac(
|
||||
// Check it satisfies the interfaces
|
||||
var (
|
||||
_ flagger = (*LogLevel)(nil)
|
||||
_ flaggerNP = LogLevel(0)
|
||||
|
||||
Reference in New Issue
Block a user