chore: typo 'supression' should be 'suppression' (#671)

This commit is contained in:
Aveline
2025-07-03 17:28:00 +02:00
committed by GitHub
parent 090e0b4b47
commit 9c9335da31
4 changed files with 6 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ func (u *UsbGadget) relMouseWriteHidFile(data []byte) error {
_, err := u.relMouseHidFile.Write(data)
if err != nil {
u.logWithSupression("relMouseWriteHidFile", 100, u.log, err, "failed to write to hidg2")
u.logWithSuppression("relMouseWriteHidFile", 100, u.log, err, "failed to write to hidg2")
u.relMouseHidFile.Close()
u.relMouseHidFile = nil
return err