forked from TrueCloudLab/rclone
fs: fix a typo in a comment
This commit is contained in:
parent
6b60e09ff2
commit
e9763552f7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Check it satisfies the interfac(
|
// Check it satisfies the interfaces
|
||||||
var (
|
var (
|
||||||
_ flagger = (*LogLevel)(nil)
|
_ flagger = (*LogLevel)(nil)
|
||||||
_ flaggerNP = LogLevel(0)
|
_ flaggerNP = LogLevel(0)
|
||||||
|
|
Loading…
Reference in a new issue