mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-04 19:49:08 -04:00
some typo fixes
note: there are other typos in external/ folder. considering the fact that the folder "will be removed in future", I skipped those typos.
This commit is contained in:
@@ -22,7 +22,7 @@ type Counter interface {
|
||||
type Manager interface {
|
||||
features.Feature
|
||||
|
||||
// RegisterCounter registers a new counter to the manager. The identifier string must not be emtpy, and unique among other counters.
|
||||
// RegisterCounter registers a new counter to the manager. The identifier string must not be empty, and unique among other counters.
|
||||
RegisterCounter(string) (Counter, error)
|
||||
// GetCounter returns a counter by its identifier.
|
||||
GetCounter(string) Counter
|
||||
|
||||
Reference in New Issue
Block a user