jingle, pubsub: Fix spelling thanks to codespell!
This commit is contained in:
parent
a9a68cb1d7
commit
c7038ace1a
2 changed files with 3 additions and 3 deletions
|
|
@ -445,7 +445,7 @@ pub struct Jingle {
|
||||||
/// Unique session identifier between two entities.
|
/// Unique session identifier between two entities.
|
||||||
pub sid: SessionId,
|
pub sid: SessionId,
|
||||||
|
|
||||||
/// A list of contents to be negociated in this session.
|
/// A list of contents to be negotiated in this session.
|
||||||
pub contents: Vec<Content>,
|
pub contents: Vec<Content>,
|
||||||
|
|
||||||
/// An optional reason.
|
/// An optional reason.
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ generate_attribute!(
|
||||||
/// You are a publisher on this node, you can publish and retract items to it.
|
/// You are a publisher on this node, you can publish and retract items to it.
|
||||||
Publisher => "publisher",
|
Publisher => "publisher",
|
||||||
|
|
||||||
/// You can publish and retract items on this node, but not subscribe or retrive items.
|
/// You can publish and retract items on this node, but not subscribe or retrieve items.
|
||||||
PublishOnly => "publish-only",
|
PublishOnly => "publish-only",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
@ -85,7 +85,7 @@ generate_element!(
|
||||||
/// Request for a default node configuration.
|
/// Request for a default node configuration.
|
||||||
Default, "default", PUBSUB,
|
Default, "default", PUBSUB,
|
||||||
attributes: [
|
attributes: [
|
||||||
/// The node targetted by this request, otherwise the entire service.
|
/// The node targeted by this request, otherwise the entire service.
|
||||||
node: Option<NodeName> = "node",
|
node: Option<NodeName> = "node",
|
||||||
|
|
||||||
// TODO: do we really want to support collection nodes?
|
// TODO: do we really want to support collection nodes?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue