diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-18 18:43:23 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-18 18:43:23 +0000 |
commit | 7c36b7fd11d4b92e6cadf19f18ba3c5035015cfc (patch) | |
tree | 867ef315dd516855fe71e9b308e73209453902f4 /generate/src | |
parent | 2fc3987f5c31a477f992e9a2958ee0e80b99dd8a (diff) |
generate/: update from spec
Diffstat (limited to 'generate/src')
-rw-r--r-- | generate/src/telepathy-errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate/src/telepathy-errors.h b/generate/src/telepathy-errors.h index 6ba1d0035..18c00cca4 100644 --- a/generate/src/telepathy-errors.h +++ b/generate/src/telepathy-errors.h @@ -31,7 +31,7 @@ typedef enum */ ChannelFull, /** The channel is full. */ - ChannelInviteOnly, /** The requested channel is invite only. + ChannelInviteOnly, /** The requested channel is invite-only. */ Disconnected, /** The connection is not currently connected and cannot * be used. |