diff options
author | Thomas Morin <thomas.morin@orange.com> | 2016-06-28 11:32:14 +0200 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-06-16 02:17:13 +0900 |
commit | ffd482af28a5e467a8ea307e58f74b93459d4028 (patch) | |
tree | 63d482e54c0817a0f7ecdd8afcbfb96a3bd2c031 /server | |
parent | 361dcc27da27e0b9ad1e622b280f8c043ff8227b (diff) |
Fix a typo in FSM state
s/notificatoin/notification/
Diffstat (limited to 'server')
-rw-r--r-- | server/fsm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/fsm.go b/server/fsm.go index 91ba8e56..babfde5e 100644 --- a/server/fsm.go +++ b/server/fsm.go @@ -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" |