File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ func (h *PacketHeader) Unmarshal(r io.Reader) error {
6666 if err := read .Uint32 (& u , r ); err != nil {
6767 return err
6868 }
69- h .SysUptime = time .Duration (u ) * time .Miliseconds
69+ h .SysUptime = time .Duration (u ) * time .Milliseconds
7070 var t uint64
7171 if err := read .Uint64 (& t , r ); err != nil {
7272 return err
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ func (h *PacketHeader) Unmarshal(r io.Reader) error {
6666 if err := read .Uint32 (& u , r ); err != nil {
6767 return err
6868 }
69- h .SysUptime = time .Duration (u ) * time .Miliseconds
69+ h .SysUptime = time .Duration (u ) * time .Milliseconds
7070 var t uint64
7171 if err := read .Uint64 (& t , r ); err != nil {
7272 return err
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ func (h *PacketHeader) Unmarshal(r io.Reader) error {
6464 if err := read .Uint32 (& u , r ); err != nil {
6565 return err
6666 }
67- h .SysUptime = time .Duration (u ) * time .Miliseconds
67+ h .SysUptime = time .Duration (u ) * time .Milliseconds
6868 var t uint64
6969 if err := read .Uint64 (& t , r ); err != nil {
7070 return err
You can’t perform that action at this time.
0 commit comments