fixed mispelling: TimerTicks is now TimeTicks.

This commit is contained in:
blackhedd 2006-12-21 15:09:29 +00:00
parent 0d9206d602
commit f6c87c02fc
2 changed files with 2 additions and 2 deletions

View file

@ -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