fix misspell

This commit is contained in:
yuzuki999
2023-06-19 09:56:18 +08:00
parent a729b2ec00
commit adf5c60c2a
2 changed files with 10 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ func NewCore(c *conf.CoreConfig) (Core, error) {
}
cs = append(cs, core1)
}
return &Selecter{
return &Selector{
cores: cs,
}, nil
}