lib/resque/scheduler/locking.rb in resque-scheduler-4.5.0 vs lib/resque/scheduler/locking.rb in resque-scheduler-4.6.0
- old
+ new
@@ -1,9 +1,9 @@
# vim:fileencoding=utf-8
# ### Locking the scheduler process
#
-# There are two places in resque-scheduler that need to be synchonized in order
+# There are two places in resque-scheduler that need to be synchronized in order
# to be able to run redundant scheduler processes while ensuring jobs don't get
# queued multiple times when the master process changes.
#
# 1) Processing the delayed queues (jobs that are created from
# enqueue_at/enqueue_in, etc) 2) Processing the scheduled (cron-like) jobs from