Commit 0c477835 authored by mfslog's avatar mfslog

fix:修正注释中的单词错误

parent 293a60d4
......@@ -100,7 +100,7 @@ const (
)
/////////////////////////////////////////
// connection interfacke
// connection interface
/////////////////////////////////////////
type Connection interface {
......@@ -129,7 +129,7 @@ type Connection interface {
}
/////////////////////////////////////////
// Session interfacke
// Session interface
/////////////////////////////////////////
var (
......@@ -175,7 +175,7 @@ type Session interface {
}
/////////////////////////////////////////
// EndPoint interfacke
// EndPoint interface
/////////////////////////////////////////
type EndPoint interface {
......
......@@ -215,7 +215,7 @@ func (s *session) IsClosed() bool {
}
}
// set maximum pacakge length of every pacakge in (EventListener)OnMessage(@pkgs)
// set maximum package length of every package in (EventListener)OnMessage(@pkgs)
func (s *session) SetMaxMsgLen(length int) {
s.lock.Lock()
defer s.lock.Unlock()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment