fs: fix a typo in a comment

This commit is contained in:
Dimitri Papadopoulos 2023-11-16 14:49:54 +01:00 committed by Nick Craig-Wood
parent 6b60e09ff2
commit e9763552f7
1 changed files with 1 additions and 1 deletions

View File

@ -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)