diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-04-14 11:29:30 +0100 |
---|---|---|
committer | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-04-26 11:50:21 +0100 |
commit | 001d3f69b17090c887ccf7494a91b694f0f9af66 (patch) | |
tree | d9b1d52804da10af5f6a73a81482fc6d39d40740 | |
parent | e38c487013129b7dc0160b64da4cee9c55a62e51 (diff) |
TplLogStoreSqlite: fix comment's typo
-rw-r--r-- | telepathy-logger/log-store-sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/log-store-sqlite.c b/telepathy-logger/log-store-sqlite.c index 00d4ae5b5..8a25290e2 100644 --- a/telepathy-logger/log-store-sqlite.c +++ b/telepathy-logger/log-store-sqlite.c @@ -786,7 +786,7 @@ out: * It gets all the log-ids for messages matching the object-path of * @channel and older than @timestamp. * - * If @channel is %NULL, it will get all the exiting log-ids. + * If @channel is %NULL, it will get all the existing log-ids. * * All the entries will be filtered against @timestamp, returning only log-ids * older than this value (time_t). Set it to %G_MAXUINT or any other value in |