From ffd482af28a5e467a8ea307e58f74b93459d4028 Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: Tue, 28 Jun 2016 11:32:14 +0200 Subject: [PATCH] Fix a typo in FSM state s/notificatoin/notification/ --- server/fsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"