gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Additional programs and language bindings branch, master, updated.


From: Daniele Forsi
Subject: [SCM] Additional programs and language bindings branch, master, updated. 0f05ef7598828634e7b337f8de0de87fbd415dee
Date: Mon, 24 Mar 2014 16:35:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Additional programs and language bindings".

The branch, master has been updated
       via  0f05ef7598828634e7b337f8de0de87fbd415dee (commit)
      from  4cf186cee61c04ea6e4de54f843c7d65bce528d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii/gnokii-extras.git/commit/?id=0f05ef7598828634e7b337f8de0de87fbd415dee


commit 0f05ef7598828634e7b337f8de0de87fbd415dee
Author: Daniele Forsi <address@hidden>
Date:   Mon Mar 24 16:26:55 2014 +0100

    Fix spelling errors in comments and strings using codespell
    
    See https://github.com/lucasdemarchi/codespell

diff --git a/bindings/PHP/gnokii4php/libgnokii_const.c 
b/bindings/PHP/gnokii4php/libgnokii_const.c
index 27683bb..99e5a04 100644
--- a/bindings/PHP/gnokii4php/libgnokii_const.c
+++ b/bindings/PHP/gnokii4php/libgnokii_const.c
@@ -34,7 +34,7 @@ int php_gnokii_const_init(int module_number) {
        ADD_PHP_CONST(GN_ERR_FAILED);                   /* Command failed. */
        ADD_PHP_CONST(GN_ERR_UNKNOWNMODEL);             /* Model specified 
isn't known/supported. */
        ADD_PHP_CONST(GN_ERR_INVALIDSECURITYCODE);      /* Invalid Security 
code. */
-       ADD_PHP_CONST(GN_ERR_INTERNALERROR);            /* Problem occured 
internal to model specific code. */
+       ADD_PHP_CONST(GN_ERR_INTERNALERROR);            /* Problem occurred 
internal to model specific code. */
        ADD_PHP_CONST(GN_ERR_NOTIMPLEMENTED);           /* Command called isn't 
implemented in model. */
        ADD_PHP_CONST(GN_ERR_NOTSUPPORTED);             /* Function not 
supported by the phone */
        ADD_PHP_CONST(GN_ERR_USERCANCELED);             /* User aborted the 
action. */
diff --git a/bindings/perl/gsm-gnokii/Gnokii.xs 
b/bindings/perl/gsm-gnokii/Gnokii.xs
index 0a5f73b..4258d97 100644
--- a/bindings/perl/gsm-gnokii/Gnokii.xs
+++ b/bindings/perl/gsm-gnokii/Gnokii.xs
@@ -874,7 +874,7 @@ SetSpeedDial (self, memtype, location, number)
     int                        number;
 
   PPCODE:
-    /* TODO: This funtion is untested */
+    /* TODO: This function is untested */
     gn_error           err;
     gn_speed_dial      entry;
 
@@ -935,7 +935,7 @@ SetDateTime (self, timestamp)
     gn_error           err;
     gn_timestamp       date;
 
-    /* TODO: This funtion is untested */
+    /* TODO: This function is untested */
     if (opt_v) warn ("SetDateTime (%ld)\n", (long)timestamp);
 
     clear_data ();
@@ -2391,7 +2391,7 @@ WriteWapSetting (self, wh)
     STRLEN             l;
 
     clear_data ();
-    /* TODO: This funtion is untested */
+    /* TODO: This function is untested */
     Zero (&entry, 1, entry);
 
     hv_geti  (wh, "location",         entry.location);
diff --git a/bindings/perl/gsm-gnokii/README b/bindings/perl/gsm-gnokii/README
index d7a9507..a9e60c6 100644
--- a/bindings/perl/gsm-gnokii/README
+++ b/bindings/perl/gsm-gnokii/README
@@ -3,7 +3,7 @@ GSM::Gnokii
 
 DESCRIPTION
     This module is an attempt to interface perl with libgnokii to
-    communicate with Nokia phones in a fast and gnokii compatable
+    communicate with Nokia phones in a fast and gnokii compatible
     way. Much of the code is based on code in gnokii itself and
     on earlier code written by Konstantin Agouros.
 
diff --git a/bindings/perl/gsm-gnokii/examples/kgnokii-sms 
b/bindings/perl/gsm-gnokii/examples/kgnokii-sms
index a8462d5..63a5f2f 100755
--- a/bindings/perl/gsm-gnokii/examples/kgnokii-sms
+++ b/bindings/perl/gsm-gnokii/examples/kgnokii-sms
@@ -313,7 +313,7 @@ sub add_contact
            [  2,  0, " Family",        \$c->{person}{family_name},     ],
            [  3,  0, " Given",         \$c->{person}{given_name},      ],
            [  4,  0, " Nick",          \$c->{nickname},                ],
-           [  5,  0, "Adress",         \$c->{home_address},            ],
+           [  5,  0, "Address",        \$c->{home_address},            ],
            [  6,  0, " Street",        \$c->{address}{street},         ],
            [  7,  0, " City",          \$c->{address}{city},           ],
            [  8,  0, " Postal",        \$c->{address}{postal},         ],
diff --git a/bindings/perl/gsm-gnokii/lib/GSM/Gnokii.pm 
b/bindings/perl/gsm-gnokii/lib/GSM/Gnokii.pm
index 2226f30..b4bd3ad 100644
--- a/bindings/perl/gsm-gnokii/lib/GSM/Gnokii.pm
+++ b/bindings/perl/gsm-gnokii/lib/GSM/Gnokii.pm
@@ -214,7 +214,7 @@ An addressbook entry looks somewhat like:
     },
   address          => {
     postal           => "P.O. Box 123",
-    extended_address => "Whereever",
+    extended_address => "Wherever",
     street           => "Memory Lane 123",
     city             => "Duckstad",
     state_province   => "N/A",
@@ -331,7 +331,7 @@ Set a calendar note,  attributes marked with a * are 
required
   text             => "Call John!",   # * Note text
   type             => "call",         #   Note type, defaults to MEMO
   number           => "+31612345678", #   Required for type CALL
-  mlocation        => "Board room",   #   Adviced for type MEET
+  mlocation        => "Board room",   #   Advised for type MEET
   alarm            => time + 86400,   #   Alarm time
   recurrence       => "Weekly",       #   Recurrence, defaults to NEVER
 
diff --git a/bindings/perl/gsm-gnokii/xt/00_perlversion.t 
b/bindings/perl/gsm-gnokii/xt/00_perlversion.t
index db4caf6..1feb6f0 100644
--- a/bindings/perl/gsm-gnokii/xt/00_perlversion.t
+++ b/bindings/perl/gsm-gnokii/xt/00_perlversion.t
@@ -10,7 +10,7 @@ if ($@ || $] < 5.010) {
     }
 eval "use Test::MinimumVersion";
 if ($@) {
-    print "1..0 # Test::MinimumVersion required for compatability tests\n";
+    print "1..0 # Test::MinimumVersion required for compatibility tests\n";
     exit 0;
     }
 
diff --git a/snippets/other/press_key.c b/snippets/other/press_key.c
index a2dc028..6203f9e 100644
--- a/snippets/other/press_key.c
+++ b/snippets/other/press_key.c
@@ -24,7 +24,7 @@
 
   Copyright (C) 2007 by Daniele Forsi
 
-  Keep a key pressed for a lenght of time.
+  Keep a key pressed for a length of time.
 
   compile with
   gcc -Wall -o press_key press_key.c `pkg-config --libs gnokii`
diff --git a/snippets/phonebook/ldiffix.pl b/snippets/phonebook/ldiffix.pl
index b38874b..3d7115f 100755
--- a/snippets/phonebook/ldiffix.pl
+++ b/snippets/phonebook/ldiffix.pl
@@ -62,7 +62,7 @@ while ($line = <>) {
            $value =~ s/(.)\(0(.*)\)/$1$2/;
 
            ## remove all special characters
-           # replace intenational/national prefixes by "+.." notation
+           # replace international/national prefixes by "+.." notation
            $value =~ s|^$internationalprefix|+|;
            $value =~ s|^$nationalprefix|$nationalcode|;
 

-----------------------------------------------------------------------

Summary of changes:
 bindings/PHP/gnokii4php/libgnokii_const.c     |    2 +-
 bindings/perl/gsm-gnokii/Gnokii.xs            |    6 +++---
 bindings/perl/gsm-gnokii/README               |    2 +-
 bindings/perl/gsm-gnokii/examples/kgnokii-sms |    2 +-
 bindings/perl/gsm-gnokii/lib/GSM/Gnokii.pm    |    4 ++--
 bindings/perl/gsm-gnokii/xt/00_perlversion.t  |    2 +-
 snippets/other/press_key.c                    |    2 +-
 snippets/phonebook/ldiffix.pl                 |    2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Additional programs and language bindings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]