From 5ddaed064d003115a819f54c2b84135e33a3e1e6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 7 Oct 2010 13:50:54 +0300 Subject: Fix typo in SS enum to string conversion --- src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common.c b/src/common.c index 55c4b404..bcd42f63 100644 --- a/src/common.c +++ b/src/common.c @@ -438,7 +438,7 @@ const char *ss_control_type_to_string(enum ss_control_type type) { switch (type) { case SS_CONTROL_TYPE_ACTIVATION: - return "acivation"; + return "activation"; case SS_CONTROL_TYPE_REGISTRATION: return "registration"; case SS_CONTROL_TYPE_QUERY: -- cgit v1.2.3