Skip to content

Commit 6a8fe4b

Browse files
Spell symbol correctly
1 parent 9ca1bc5 commit 6a8fe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/ruby/core/process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def self.clock_gettime(id, unit=:float_second)
144144
end
145145

146146
def self.normalize_clock_id(id)
147-
return id unless id.is_a?(Symobl)
147+
return id unless id.is_a?(Symbol)
148148
case id
149149
when :GETTIMEOFDAY_BASED_CLOCK_REALTIME,
150150
:TIME_BASED_CLOCK_REALTIME

0 commit comments

Comments
 (0)