---
src/common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/common.c b/src/common.c
index 55c4b40..bcd42f6 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:
--
1.7.0.4