Skip to content

Commit e25a03d

Browse files
Fix codespell failing
1 parent 2457bb7 commit e25a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/libfuse/libfuse_handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (suite *libfuseTestSuite) TestConfigFuseTraceEnable() {
187187

188188
suite.assert.Equal("libfuse", suite.libfuse.Name())
189189
suite.assert.Empty(suite.libfuse.mountPath)
190-
// Fuse trace should work as we are mouting using foreground option.
190+
// Fuse trace should work as we are mounting using foreground option.
191191
suite.assert.True(suite.libfuse.traceEnable)
192192
common.ForegroundMount = false
193193
}

0 commit comments

Comments
 (0)