File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def post(intended_time, &task)
53
53
54
54
# Calculate an Epoch time with milliseconds at which to execute a
55
55
# task. If the given time is a `Time` object it will be converted
56
- # accordingly. If the time is an integer value greate than zero
56
+ # accordingly. If the time is an integer value greater than zero
57
57
# it will be understood as a number of seconds in the future and
58
58
# will be added to the current time to calculate Epoch.
59
59
#
@@ -109,7 +109,7 @@ def shutdown_execution
109
109
# for monitoring the internal task queue and sending tasks to the
110
110
# executor when it is time for them to be processed. If there is no
111
111
# processing thread one will be created. If the processing thread is
112
- # sleeping it will be worken up. If the processing thread has died it
112
+ # sleeping it will be woken up. If the processing thread has died it
113
113
# will be garbage collected and a new one will be created.
114
114
#
115
115
# @!visibility private
@@ -160,7 +160,7 @@ def next_sleep_interval
160
160
end
161
161
162
162
# Run a loop and execute tasks in the scheduled order and at the approximate
163
- # shceduled time. If no tasks remain the thread will exit gracefully so that
163
+ # scheduled time. If no tasks remain the thread will exit gracefully so that
164
164
# garbage collection can occur. If there are no ready tasks it will sleep
165
165
# for up to 60 seconds waiting for the next scheduled task.
166
166
#
You can’t perform that action at this time.
0 commit comments