aboutsummaryrefslogtreecommitdiffstats
path: root/camel/broken-date-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/broken-date-parser.c')
-rw-r--r--camel/broken-date-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/broken-date-parser.c b/camel/broken-date-parser.c
index cba19208b4..238665cb93 100644
--- a/camel/broken-date-parser.c
+++ b/camel/broken-date-parser.c
@@ -406,7 +406,7 @@ decode_broken_date (struct _date_token *tokens, int *tzone)
time = e_mktime_utc (&tm);
- /* t is now GMT of the time we want, but not offset by the timezone ... */
+ /* time is now GMT of the time we want, but not offset by the timezone ... */
/* this should convert the time to the GMT equiv time */
time -= ((offset / 100) * 60 * 60) + (offset % 100) * 60;