diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-02-15 13:44:11 +0000 |
---|---|---|
committer | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-02-15 15:28:04 +0000 |
commit | 94451023a3909f2dfb82c84cfdcf1f7044bf41fa (patch) | |
tree | f7203dd69b1f332397cd9661467bf5e49ce71f65 /telepathy-logger | |
parent | 0c158367a90a808bb0798b06f02d2f79949fe699 (diff) | |
download | telepathy-logger-94451023a3909f2dfb82c84cfdcf1f7044bf41fa.tar.gz |
Documentation string fix
Diffstat (limited to 'telepathy-logger')
-rw-r--r-- | telepathy-logger/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/channel.c b/telepathy-logger/channel.c index cb15b9f..7772f4c 100644 --- a/telepathy-logger/channel.c +++ b/telepathy-logger/channel.c @@ -135,7 +135,7 @@ tpl_channel_class_init (TplChannelClass *klass) klass->call_when_ready_protected = call_when_ready_protected; /** - * TplObserver:account: + * TplChannel:account: * * the TpAccount instance associated with TplChannel */ |