summaryrefslogtreecommitdiffhomepage
path: root/server/fsm.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/fsm.go')
-rw-r--r--server/fsm.go2
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"