All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Fix typo in SS enum to string conversion
@ 2010-10-07 10:50 Alexander Kanavin
  2010-10-07 10:50 ` [PATCH 2/3] Fix COLR typo Alexander Kanavin
  2010-10-07 11:10 ` [PATCH 1/3] Fix typo in SS enum to string conversion Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Kanavin @ 2010-10-07 10:50 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-13 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 10:50 [PATCH 1/3] Fix typo in SS enum to string conversion Alexander Kanavin
2010-10-07 10:50 ` [PATCH 2/3] Fix COLR typo Alexander Kanavin
2010-10-07 11:11   ` Marcel Holtmann
2010-10-13 10:41     ` Alexander Kanavin
2010-10-13 10:07       ` Marcel Holtmann
2010-10-07 11:10 ` [PATCH 1/3] Fix typo in SS enum to string conversion Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.