aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-util.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-08-23 19:12:56 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-08-23 19:12:56 +0800
commit3bc99a023cdf13204143dc13c354360401722509 (patch)
tree6e97e29ed39ba665eb168cfb51d4f78b5bd2cdbc /calendar/gui/comp-util.c
parentf7a567a4a1107c30027ae2d869dad7ad37ec213e (diff)
downloadgsoc2013-evolution-3bc99a023cdf13204143dc13c354360401722509.tar
gsoc2013-evolution-3bc99a023cdf13204143dc13c354360401722509.tar.gz
gsoc2013-evolution-3bc99a023cdf13204143dc13c354360401722509.tar.bz2
gsoc2013-evolution-3bc99a023cdf13204143dc13c354360401722509.tar.lz
gsoc2013-evolution-3bc99a023cdf13204143dc13c354360401722509.tar.xz
gsoc2013-evolution-3bc99a023cdf13204143dc13c354360401722509.tar.zst
gsoc2013-evolution-3bc99a023cdf13204143dc13c354360401722509.zip
Added a small comment.
svn path=/trunk/; revision=32644
Diffstat (limited to 'calendar/gui/comp-util.c')
-rw-r--r--calendar/gui/comp-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/comp-util.c b/calendar/gui/comp-util.c
index 06425bc80c..77749aa5c7 100644
--- a/calendar/gui/comp-util.c
+++ b/calendar/gui/comp-util.c
@@ -223,7 +223,7 @@ cal_comp_is_on_server (ECalComponent *comp, ECal *client)
e_cal_component_get_uid (comp, &uid);
/*TODO We should not be checking for this here. But since e_cal_util_construct_instance does not
- create the instances of all events, so we dafault to old behaviour */
+ create the instances of all day events, so we dafault to old behaviour */
if (e_cal_get_static_capability (client, CAL_STATIC_CAPABILITY_RECURRENCES_NO_MASTER)) {
rid = e_cal_component_get_recurid_as_string (comp);
}