Fix a typo in FSM state

s/notificatoin/notification/
This commit is contained in:
Thomas Morin
2016-06-16 02:17:13 +09:00
committed by FUJITA Tomonori
parent 361dcc27da
commit ffd482af28
+1 -1
View File
@@ -37,7 +37,7 @@ const (
FSM_ADMIN_DOWN = "admin-down"
FSM_READ_FAILED = "read-failed"
FSM_WRITE_FAILED = "write-failed"
FSM_NOTIFICATION_SENT = "notificatoin-sent"
FSM_NOTIFICATION_SENT = "notification-sent"
FSM_NOTIFICATION_RECV = "notification-received"
FSM_HOLD_TIMER_EXPIRED = "hold-timer-expired"
FSM_IDLE_HOLD_TIMER_EXPIRED = "idle-hold-timer-expired"