commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. release-2.2-432-g61bccb1


From: Wojciech Polak
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-432-g61bccb1
Date: Tue, 08 Nov 2011 12:49:51 +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 "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=61bccb105baae9104f44bb7da090f9ca05b66bf0

The branch, master has been updated
       via  61bccb105baae9104f44bb7da090f9ca05b66bf0 (commit)
      from  87e973ddd0b24493db0b316890360a2fdb028626 (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 -----------------------------------------------------------------
commit 61bccb105baae9104f44bb7da090f9ca05b66bf0
Author: Wojciech Polak <address@hidden>
Date:   Tue Nov 8 13:48:20 2011 +0100

    Fix typos.

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

Summary of changes:
 libmu_dbm/dbm.c   |    2 +-
 libmu_dbm/mudbm.h |    2 +-
 libmu_dbm/tokyo.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libmu_dbm/dbm.c b/libmu_dbm/dbm.c
index 2472dcf..7fd98fa 100644
--- a/libmu_dbm/dbm.c
+++ b/libmu_dbm/dbm.c
@@ -81,7 +81,7 @@ mu_dbm_init ()
   mu_dbm_register (&_mu_dbm_ndbm);
 #endif
 #ifdef WITH_TOKYOCABINET
-  mu_dbm_register (&_mu_dbm_tokyokabinet);
+  mu_dbm_register (&_mu_dbm_tokyocabinet);
 #endif
   if (!mu_dbm_hint)
     {
diff --git a/libmu_dbm/mudbm.h b/libmu_dbm/mudbm.h
index 98c2750..adec30c 100644
--- a/libmu_dbm/mudbm.h
+++ b/libmu_dbm/mudbm.h
@@ -40,7 +40,7 @@ extern struct mu_dbm_impl _mu_dbm_bdb;
 extern struct mu_dbm_impl _mu_dbm_ndbm;
 #endif
 #ifdef WITH_TOKYOCABINET
-extern struct mu_dbm_impl _mu_dbm_tokyokabinet;
+extern struct mu_dbm_impl _mu_dbm_tokyocabinet;
 #endif
 
 void _mu_dbm_init (void);
diff --git a/libmu_dbm/tokyo.c b/libmu_dbm/tokyo.c
index 606769e..19e5b89 100644
--- a/libmu_dbm/tokyo.c
+++ b/libmu_dbm/tokyo.c
@@ -214,7 +214,7 @@ _tc_strerror (mu_dbm_file_t db)
   return tchdberrmsg (db->db_errno.n);
 }
 
-struct mu_dbm_impl _mu_dbm_tokyokabinet = {
+struct mu_dbm_impl _mu_dbm_tokyocabinet = {
   "tc",
   _tc_file_safety,
   _tc_get_fd,


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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