gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-17


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-170-g53d80fd
Date: Wed, 02 Feb 2011 11:16:09 +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 "libgnokii and core programs".

The branch, master has been updated
       via  53d80fd7cd929473479f72cb04e89ee1e4c52ea9 (commit)
       via  9cf05d66fe931aa3c40dd9b51834e9387898c75b (commit)
       via  29871d9b14d38351b5522ba1c245fc90ab184b69 (commit)
       via  d4e29c1e61d11aceb707f2166db445d7dc93de1e (commit)
       via  495e7a091159f6cb787c95e0eea2d9ef983d11d9 (commit)
       via  2e69240aad21a36ad90ba2131f87681f6ac86512 (commit)
       via  c98a00e672d55cb4cad0ed582d80412bd80f1a64 (commit)
       via  d241ef16ba19a2dc006af9b7854fe36a9f76d388 (commit)
       via  8341a9b22314d4c78852106271f95b3f82bc9f06 (commit)
       via  6733009bd2c414d3f2e7ba2b4a5b900ac0cf2f7d (commit)
       via  c2afeda5569a49d367a835df5231b841cc4f4e67 (commit)
      from  3ae115d0f0d81c62bc8f9b4ccfbfdf10d1874ab2 (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.git/commit/?id=53d80fd7cd929473479f72cb04e89ee1e4c52ea9


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=9cf05d66fe931aa3c40dd9b51834e9387898c75b


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=29871d9b14d38351b5522ba1c245fc90ab184b69


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=d4e29c1e61d11aceb707f2166db445d7dc93de1e


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=495e7a091159f6cb787c95e0eea2d9ef983d11d9


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=2e69240aad21a36ad90ba2131f87681f6ac86512


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=c98a00e672d55cb4cad0ed582d80412bd80f1a64


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=d241ef16ba19a2dc006af9b7854fe36a9f76d388


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=8341a9b22314d4c78852106271f95b3f82bc9f06


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=6733009bd2c414d3f2e7ba2b4a5b900ac0cf2f7d


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=c2afeda5569a49d367a835df5231b841cc4f4e67


commit 53d80fd7cd929473479f72cb04e89ee1e4c52ea9
Author: Pawel Kot <address@hidden>
Date:   Wed Feb 2 12:09:43 2011 +0100

    Fix spelling
    
    Make spelling consistent across the sources:
     - dialed -> dialled
     - dialing -> dialling
    That's British English but that way we wouldn't break API :)

diff --git a/common/gsm-common.c b/common/gsm-common.c
index 49dd6fd..c03be8f 100644
--- a/common/gsm-common.c
+++ b/common/gsm-common.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -150,12 +148,12 @@ GNOKII_API const char 
*gn_memory_type_print(gn_memory_type mt)
        case GN_MT_FD: return _("Fixed dial numbers");
        case GN_MT_ON: return _("Own numbers");
        case GN_MT_EN: return _("Emergency numbers");
-       case GN_MT_DC: return _("Dialed numbers");
+       case GN_MT_DC: return _("Dialled numbers");
        case GN_MT_RC: return _("Received numbers");
        case GN_MT_MC: return _("Missed numbers");
-       case GN_MT_LD: return _("Last dialed");
-       case GN_MT_BD: return _("Barred dialing numbers");
-       case GN_MT_SD: return _("Service dialing numbers");
+       case GN_MT_LD: return _("Last dialled");
+       case GN_MT_BD: return _("Barred dialling numbers");
+       case GN_MT_SD: return _("Service dialling numbers");
        case GN_MT_MT: return _("Combined ME and SIM phonebook");
        case GN_MT_TA: return _("Computer memory");
        case GN_MT_CB: return _("Currently selected memory");
diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index f06f771..3ad50d9 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia the phones.
@@ -78,9 +76,9 @@ typedef enum {
        GN_MT_DC, /* Dialled numbers */
        GN_MT_RC, /* Received numbers */
        GN_MT_MC, /* Missed numbers */
-       GN_MT_LD, /* Last dialed */
-       GN_MT_BD, /* Barred Dialing Numbers */
-       GN_MT_SD, /* Service Dialing Numbers */
+       GN_MT_LD, /* Last dialled */
+       GN_MT_BD, /* Barred Dialling Numbers */
+       GN_MT_SD, /* Service Dialling Numbers */
        GN_MT_MT, /* combined ME and SIM phonebook */
        GN_MT_TA, /* for compatibility only: TA=computer memory */
        GN_MT_CB, /* Currently selected memory */
@@ -335,9 +333,9 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialing entries. */
+/* This define speed dialling entries. */
 typedef struct {
-       int number;                 /* Which number is used to dialing? */
+       int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */
        int location;               /* Location of the number in MemoryType. */
 } gn_speed_dial;
diff --git a/include/phones/nk2110.h b/include/phones/nk2110.h
index de2dc85..5ef16cd 100644
--- a/include/phones/nk2110.h
+++ b/include/phones/nk2110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk3110.h b/include/phones/nk3110.h
index 37d9d45..cb8acbc 100644
--- a/include/phones/nk3110.h
+++ b/include/phones/nk3110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h
index 83e8187..183a927 100644
--- a/include/phones/nk6100.h
+++ b/include/phones/nk6100.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -43,7 +41,7 @@
 #define NK6100_MEMORY_FD 0x04 /* ?? SIM fixdialling-phonebook */
 #define NK6100_MEMORY_ON 0x05 /* ?? SIM (or ME) own numbers list */
 #define NK6100_MEMORY_EN 0x06 /* ?? SIM (or ME) emergency number */
-#define NK6100_MEMORY_DC 0x07 /* ME dialed calls list */
+#define NK6100_MEMORY_DC 0x07 /* ME dialled calls list */
 #define NK6100_MEMORY_RC 0x08 /* ME received calls list */
 #define NK6100_MEMORY_MC 0x09 /* ME missed (unanswered received) calls list */
 #define NK6100_MEMORY_VOICE 0x0b /* Voice Mailbox */
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index cd073fc..b80cf3c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -144,7 +142,7 @@ typedef enum {
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK6510_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK6510_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK6510_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK6510_MEMORY_RC               0x03    /* ME received calls list */
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index ae3becb..250ac5f 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -138,7 +136,7 @@ typedef enum {
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
-#define NK7110_MEMORY_DC               0x01    /* ME dialed calls list */
+#define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
 #define NK7110_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
diff --git a/include/phones/pcsc.h b/include/phones/pcsc.h
index 832d43b..e184c3d 100644
--- a/include/phones/pcsc.h
+++ b/include/phones/pcsc.h
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   G N O K I I
 
   A Linux/Unix toolset and driver for the mobile phones.
@@ -103,9 +101,9 @@ subclause : command
 #define GN_PCSC_FILE_DF_GSM 0x7F20
 /* International Mobile Subscriber Identity (IMSI) */
 #define GN_PCSC_FILE_EF_IMSI 0x6F07
-/* Abbreviated Dialing Numbers */
+/* Abbreviated Dialling Numbers */
 #define GN_PCSC_FILE_EF_ADN 0x6F3A
-/* Fixed Dialing Numbers */
+/* Fixed Dialling Numbers */
 #define GN_PCSC_FILE_EF_FDN 0x6F3B
 /* Short Messages */
 #define GN_PCSC_FILE_EF_SMS 0x6F3C
@@ -113,15 +111,15 @@ subclause : command
 #define GN_PCSC_FILE_EF_MSISDN 0x6F40
 /* Short Message Service Parameters */
 #define GN_PCSC_FILE_EF_SMSP 0x6f42
-/* Last Numbers Dialed */
+/* Last Numbers Dialled */
 #define GN_PCSC_FILE_EF_LND 0x6F44
 /* Service Provider Name */
 #define GN_PCSC_FILE_EF_SPN 0x6F46
-/* Service Dialing Numbers */
+/* Service Dialling Numbers */
 #define GN_PCSC_FILE_EF_SDN 0x6F49
 /* Location Information */
 #define GN_PCSC_FILE_EF_LOCI 0x6F7E
-/* Barred Dialing Numbers */
+/* Barred Dialling Numbers */
 #define GN_PCSC_FILE_EF_BDN 0x6F4D
 /* Administrative data */
 #define GN_PCSC_FILE_EF_AD 0x6FAD

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

Summary of changes:
 ChangeLog                  |    1 +
 common/cfgreader.c         |   47 +++++++--
 common/gsm-common.c        |   10 +-
 common/gsm-sms.c           |    8 +-
 common/phones/atgen.c      |   12 ++-
 common/phones/atsie.c      |    3 -
 common/phones/fake.c       |   27 ++++--
 common/phones/nk6510.c     |  161 +++++++++++++++++++++++++++----
 gnokii/gnokii-dial.c       |    5 -
 gnokii/gnokii-file.c       |   13 +--
 gnokii/gnokii-sms.c        |    5 +-
 gnokii/gnokii-utils.c      |   15 ++--
 gnokii/gnokii.c            |   17 +++-
 include/gnokii/common.h    |   12 +--
 include/phones/nk2110.h    |    2 -
 include/phones/nk3110.h    |    2 -
 include/phones/nk6100.h    |    4 +-
 include/phones/nk6510.h    |    4 +-
 include/phones/nk7110.h    |    4 +-
 include/phones/pcsc.h      |   12 +--
 smsd/mysql.c               |    3 +-
 testsuite/dump-vcard.c     |    2 +
 xgnokii/xgnokii_logos.c    |    1 +
 xgnokii/xgnokii_lowlevel.c |  225 ++++++++++++++++++++++----------------------
 24 files changed, 365 insertions(+), 230 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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