All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix misspellings
@ 2011-02-01 17:32 Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 1/5] TODO: fix misspelling Lucas De Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lucas De Marchi @ 2011-02-01 17:32 UTC (permalink / raw)
  To: ofono

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

Here are some spelling fixes. The only relevant ones are those in the docs, but
since they are trivial to be included, I'm sending this patch set fixing all of
them. Feel free to ignore the others if you prefer.

They were caught by a new tool I've made, codespell:
http://git.profusion.mobi/cgit.cgi/lucas/codespell/

Lucas De Marchi (5):
  TODO: fix misspelling
  doc: fix misspelling
  drivers: fix misspellings
  plugins: fix misspelling
  test: fix misspelling

 TODO                         |    2 +-
 doc/sim-api.txt              |    2 +-
 drivers/isimodem/sms.c       |    2 +-
 drivers/isimodem/voicecall.c |    2 +-
 plugins/stemgr.c             |    2 +-
 test/set-call-forwarding     |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.7.4


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

* [PATCH 1/5] TODO: fix misspelling
  2011-02-01 17:32 [PATCH 0/5] Fix misspellings Lucas De Marchi
@ 2011-02-01 17:32 ` Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 2/5] doc: " Lucas De Marchi
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Lucas De Marchi @ 2011-02-01 17:32 UTC (permalink / raw)
  To: ofono

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

---
 TODO |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index 3e8c91b..1abaed8 100644
--- a/TODO
+++ b/TODO
@@ -255,7 +255,7 @@ Supplementary Services
   I.e. No conditional call forwardin string should be returned while
   unconditional call forwarding is active even if they exist.
 
-  If there is an successfull attempt to activate/deactivate conditional call
+  If there is an successful attempt to activate/deactivate conditional call
   forwarding while unconditional call forwarding is active the conditional cache
   flag should cleared.
 
-- 
1.7.4


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

* [PATCH 2/5] doc: fix misspelling
  2011-02-01 17:32 [PATCH 0/5] Fix misspellings Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 1/5] TODO: fix misspelling Lucas De Marchi
@ 2011-02-01 17:32 ` Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 3/5] drivers: fix misspellings Lucas De Marchi
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Lucas De Marchi @ 2011-02-01 17:32 UTC (permalink / raw)
  To: ofono

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

---
 doc/sim-api.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index 65c920d..c8091f7 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -129,7 +129,7 @@ Properties	boolean Present [readonly]
 
 		string CardIdentifier [readonly]
 
-			Contains the Intergrated Circuit Card Identifer (ICCID)
+			Contains the Integrated Circuit Card Identifer (ICCID)
 			which is read directly from the SIM.
 
 		boolean FixedDialing [readonly]
-- 
1.7.4


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

* [PATCH 3/5] drivers: fix misspellings
  2011-02-01 17:32 [PATCH 0/5] Fix misspellings Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 1/5] TODO: fix misspelling Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 2/5] doc: " Lucas De Marchi
@ 2011-02-01 17:32 ` Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 4/5] plugins: fix misspelling Lucas De Marchi
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Lucas De Marchi @ 2011-02-01 17:32 UTC (permalink / raw)
  To: ofono

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

---
 drivers/isimodem/sms.c       |    2 +-
 drivers/isimodem/voicecall.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/isimodem/sms.c b/drivers/isimodem/sms.c
index ded7d9c..3529b59 100644
--- a/drivers/isimodem/sms.c
+++ b/drivers/isimodem/sms.c
@@ -215,7 +215,7 @@ static void sca_query_resp_cb(const GIsiMessage *msg, void *data)
 	memcpy(sd->params.alpha, info->alpha, sizeof(sd->params.alpha));
 
 	/*
-	 * Bitmask indicating absense of parameters --
+	 * Bitmask indicating absence of parameters --
 	 * If second bit is set it indicates that the SCA is absent
 	 */
 	if (info->absent & 0x2)
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index 6a1e582..a4ab0c1 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -842,7 +842,7 @@ static struct isi_call_req_ctx *isi_call_deflect_req(struct ofono_voicecall *ovc
 		4,		/* Sub-block length */
 		CALL_GSM_OP_DEFLECT, 0,
 		CALL_GSM_DEFLECTION_ADDRESS,
-		sub_len,	/* Sub-block lenght */
+		sub_len,	/* Sub-block length */
 		address_type & 0x7F,
 		0x7,		/* Default presentation */
 		0,		/* Filler */
-- 
1.7.4


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

* [PATCH 4/5] plugins: fix misspelling
  2011-02-01 17:32 [PATCH 0/5] Fix misspellings Lucas De Marchi
                   ` (2 preceding siblings ...)
  2011-02-01 17:32 ` [PATCH 3/5] drivers: fix misspellings Lucas De Marchi
@ 2011-02-01 17:32 ` Lucas De Marchi
  2011-02-01 17:32 ` [PATCH 5/5] test: " Lucas De Marchi
  2011-02-01 17:37 ` [PATCH 0/5] Fix misspellings Marcel Holtmann
  5 siblings, 0 replies; 7+ messages in thread
From: Lucas De Marchi @ 2011-02-01 17:32 UTC (permalink / raw)
  To: ofono

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

---
 plugins/stemgr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/stemgr.c b/plugins/stemgr.c
index 377e115..711e889 100644
--- a/plugins/stemgr.c
+++ b/plugins/stemgr.c
@@ -37,7 +37,7 @@
 #include <ofono/dbus.h>
 
 /*
- * ST-Ericsson's Modem Init Daemon is used for controling the modem power
+ * ST-Ericsson's Modem Init Daemon is used for controlling the modem power
  * cycles and provides a dbus API for modem state and properties.
  */
 #define MGR_SERVICE		"com.stericsson.modeminit"
-- 
1.7.4


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

* [PATCH 5/5] test: fix misspelling
  2011-02-01 17:32 [PATCH 0/5] Fix misspellings Lucas De Marchi
                   ` (3 preceding siblings ...)
  2011-02-01 17:32 ` [PATCH 4/5] plugins: fix misspelling Lucas De Marchi
@ 2011-02-01 17:32 ` Lucas De Marchi
  2011-02-01 17:37 ` [PATCH 0/5] Fix misspellings Marcel Holtmann
  5 siblings, 0 replies; 7+ messages in thread
From: Lucas De Marchi @ 2011-02-01 17:32 UTC (permalink / raw)
  To: ofono

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

---
 test/set-call-forwarding |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/set-call-forwarding b/test/set-call-forwarding
index 159a27c..1c06b68 100755
--- a/test/set-call-forwarding
+++ b/test/set-call-forwarding
@@ -56,7 +56,7 @@ if __name__ == "__main__":
 			print "Unable SetProperty", e
 			sys.exit(1);
 
-	print "Set Property successfull"
+	print "Set Property successful"
 
 	canexit = True
 
-- 
1.7.4


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

* Re: [PATCH 0/5] Fix misspellings
  2011-02-01 17:32 [PATCH 0/5] Fix misspellings Lucas De Marchi
                   ` (4 preceding siblings ...)
  2011-02-01 17:32 ` [PATCH 5/5] test: " Lucas De Marchi
@ 2011-02-01 17:37 ` Marcel Holtmann
  5 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2011-02-01 17:37 UTC (permalink / raw)
  To: ofono

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

Hi Lucas,

> Here are some spelling fixes. The only relevant ones are those in the docs, but
> since they are trivial to be included, I'm sending this patch set fixing all of
> them. Feel free to ignore the others if you prefer.
> 
> They were caught by a new tool I've made, codespell:
> http://git.profusion.mobi/cgit.cgi/lucas/codespell/
> 
> Lucas De Marchi (5):
>   TODO: fix misspelling
>   doc: fix misspelling
>   drivers: fix misspellings
>   plugins: fix misspelling
>   test: fix misspelling

all 5 patches have been applied. Thanks.

Regards

Marcel



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

end of thread, other threads:[~2011-02-01 17:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01 17:32 [PATCH 0/5] Fix misspellings Lucas De Marchi
2011-02-01 17:32 ` [PATCH 1/5] TODO: fix misspelling Lucas De Marchi
2011-02-01 17:32 ` [PATCH 2/5] doc: " Lucas De Marchi
2011-02-01 17:32 ` [PATCH 3/5] drivers: fix misspellings Lucas De Marchi
2011-02-01 17:32 ` [PATCH 4/5] plugins: fix misspelling Lucas De Marchi
2011-02-01 17:32 ` [PATCH 5/5] test: " Lucas De Marchi
2011-02-01 17:37 ` [PATCH 0/5] Fix misspellings 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.