diff options
-rw-r--r-- | include/pubsub.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl index 2f85bdbfa..f43e1644b 100644 --- a/include/pubsub.hrl +++ b/include/pubsub.hrl @@ -98,7 +98,7 @@ -type(affiliation() :: 'none' | 'owner' | 'publisher' - %| 'publish-only' + | 'publish_only' | 'member' | 'outcast' ). |