fixed mispelling: TimerTicks is now TimeTicks.
This commit is contained in:
parent
0d9206d602
commit
f6c87c02fc
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ module Net
|
|||
# SNMP 32-bit timer-ticks.
|
||||
# Defined in RFC1155 (Structure of Mangement Information), section 6.
|
||||
# A 32-bit counter is an ASN.1 application [3] implicit unsigned integer.
|
||||
class TimerTicks32
|
||||
class TimeTicks32
|
||||
def initialize value
|
||||
@value = value
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue