mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Fixed typo.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2791 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
2303fa33c9
commit
953faca41c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ package org.jivesoftware.smack;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface that allows for implementing classes to listen for connection closing
|
* Interface that allows for implementing classes to listen for connection closing
|
||||||
* events. Listeners are reigstered with XMPPConnection objects.
|
* events. Listeners are registered with XMPPConnection objects.
|
||||||
*
|
*
|
||||||
* @see XMPPConnection#addConnectionListener
|
* @see XMPPConnection#addConnectionListener
|
||||||
* @see XMPPConnection#removeConnectionListener
|
* @see XMPPConnection#removeConnectionListener
|
||||||
|
|
Loading…
Reference in a new issue