diff options
author | Alexander Kanavin <alexander.kanavin@nokia.com> | 2010-10-07 13:50:54 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-07 13:10:09 +0200 |
commit | 5ddaed064d003115a819f54c2b84135e33a3e1e6 (patch) | |
tree | b14e5e2fff90ae0ca6fd41e749ebdacd178e1aee /src | |
parent | 8080f233f3a1b1e87867445a35c75705cb6d7a81 (diff) | |
download | ofono-5ddaed064d003115a819f54c2b84135e33a3e1e6.tar.bz2 |
Fix typo in SS enum to string conversion
Diffstat (limited to 'src')
-rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |