Fix typo in spelling
This commit is contained in:
parent
7eb7500ad8
commit
3a41d550b0
|
@ -192,7 +192,7 @@ EventSchedulerModule.prototype.startup = function(cb) {
|
||||||
|
|
||||||
Log.debug(
|
Log.debug(
|
||||||
{
|
{
|
||||||
evetnName : schedEvent.name,
|
eventName : schedEvent.name,
|
||||||
schedule : this.moduleConfig.events[schedEvent.name].schedule,
|
schedule : this.moduleConfig.events[schedEvent.name].schedule,
|
||||||
action : schedEvent.action,
|
action : schedEvent.action,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue