Skip to content

Commit

Permalink
Correct spelling in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanieT committed Jan 2, 2017
1 parent a54dc6f commit 2d18fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMetaverse/AgentManager.cs
Expand Up @@ -1859,7 +1859,7 @@ public void ChatterBoxAcceptInvite(UUID session_id)
/// Start a friends conference
/// </summary>
/// <param name="participants"><seealso cref="UUID"/> List of UUIDs to start a conference with</param>
/// <param name="tmp_session_id">the temportary session ID returned in the <see cref="OnJoinedGroupChat"/> callback></param>
/// <param name="tmp_session_id">the temporary session ID returned in the <see cref="OnJoinedGroupChat"/> callback></param>
public void StartIMConference(List<UUID> participants, UUID tmp_session_id)
{
if (Client.Network.CurrentSim == null || Client.Network.CurrentSim.Caps == null)
Expand Down

0 comments on commit 2d18fb4

Please sign in to comment.