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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-486-gdb51abf
Date: Wed, 24 Apr 2013 14:21:05 +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  db51abfcbfb359cbca5634b1bc3958865fceab28 (commit)
      from  fe863c8134595cac79091db2008eb318378e7002 (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=db51abfcbfb359cbca5634b1bc3958865fceab28


commit db51abfcbfb359cbca5634b1bc3958865fceab28
Author: Daniele Forsi <address@hidden>
Date:   Wed Apr 24 16:13:31 2013 +0200

    trivial: fix typos in comments
    
    s/is/it/

diff --git a/common/phones/pcsc.c b/common/phones/pcsc.c
index 9e74f08..bcaafe8 100644
--- a/common/phones/pcsc.c
+++ b/common/phones/pcsc.c
@@ -868,7 +868,7 @@ static gn_error DeleteSMSMessage(gn_data *data, struct 
gn_statemachine *state)
        if (IoStruct.dwReceived < 178) return GN_ERR_INTERNALERROR;
  
        /* do not check whether the record is already empty; this is
-          intentional to make is possible to wipe deleted records */
+          intentional to make it possible to wipe deleted records */
  
        record_length = IoStruct.dwReceived - 2;
        if (record_length > 255) return GN_ERR_INTERNALERROR;
@@ -1030,7 +1030,7 @@ static gn_error DeletePhonebook(gn_data *data, struct 
gn_statemachine *state)
        if (IoStruct.dwReceived < 16) return GN_ERR_INTERNALERROR;
  
        /* do not check whether the record is already empty; this is
-          intentional to make is possible to wipe deleted records */
+          intentional to make it possible to wipe deleted records */
  
        if (IoStruct.pbRecvBuffer[IoStruct.dwReceived - 3] != 0xff) {
                dprintf("Cannot erase a record with an extension field\n");

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

Summary of changes:
 common/phones/pcsc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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