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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-32-g6b452be
Date: Fri, 09 Jul 2010 20:09:47 +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  6b452be266b935aa646a1f92dfdacdc134b23a30 (commit)
      from  45085fe9b7a11c71a238b73c773807908576f98a (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=6b452be266b935aa646a1f92dfdacdc134b23a30


commit 6b452be266b935aa646a1f92dfdacdc134b23a30
Author: Daniele Forsi <address@hidden>
Date:   Fri Jul 9 22:09:20 2010 +0200

    Fix typo

diff --git a/common/vcal.c b/common/vcal.c
index 4901450..7ed083b 100644
--- a/common/vcal.c
+++ b/common/vcal.c
@@ -515,13 +515,13 @@ static int gn_ical2calnote_real(icalcomponent *comp, 
gn_calnote *calnote, int id
                        calnote->occurrences = recur.count;
                        switch (recur.freq) {
                        case ICAL_SECONDLY_RECURRENCE:
-                               dprintf("Not suppported recurrence type. 
Approximating recurrence\n");
+                               dprintf("Not supported recurrence type. 
Approximating recurrence\n");
                                calnote->recurrence = recur.interval / 3600;
                                if (!calnote->recurrence)
                                        calnote->recurrence = 1;
                                break;
                        case ICAL_MINUTELY_RECURRENCE:
-                               dprintf("Not suppported recurrence type. 
Approximating recurrence\n");
+                               dprintf("Not supported recurrence type. 
Approximating recurrence\n");
                                calnote->recurrence = recur.interval / 60;
                                if (!calnote->recurrence)
                                        calnote->recurrence = 1;

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

Summary of changes:
 common/vcal.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]