[evolution-data-server] e-data-server-util.h: Fix a couple typos.



commit 38593d547386cc90769727226bdbe6788d57d035
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Oct 29 15:07:19 2013 -0400

    e-data-server-util.h: Fix a couple typos.

 libedataserver/e-data-server-util.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libedataserver/e-data-server-util.h b/libedataserver/e-data-server-util.h
index 7ad9998..8a7cd16 100644
--- a/libedataserver/e-data-server-util.h
+++ b/libedataserver/e-data-server-util.h
@@ -173,7 +173,7 @@ gboolean    e_named_parameters_test         (const ENamedParameters *parameters,
        (e_timeout_add_with_name ( \
                (priority), (interval), \
                "[" PACKAGE "] " G_STRINGIFY (function), \
-               (function), (data), (notify))
+               (function), (data), (notify)))
 
 #define e_named_timeout_add_seconds(interval, function, data) \
        (e_timeout_add_seconds_with_name ( \
@@ -185,7 +185,7 @@ gboolean    e_named_parameters_test         (const ENamedParameters *parameters,
        (e_timeout_add_seconds_with_name ( \
                (priority), (interval), \
                "[" PACKAGE "] " G_STRINGIFY (function), \
-               (function), (data), (notify))
+               (function), (data), (notify)))
 
 guint          e_timeout_add_with_name         (gint priority,
                                                 guint interval,


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