Commit cc74ec0f authored by Sebastian Hans's avatar Sebastian Hans
Browse files

corrected typos

parent cbe1be4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,10 +10,10 @@ package uicc.connection;
 * server switch to other application (corresponds to server selecting another application via Content-Type header field)
 * The object implementing <code>SCP81ConnectionStatus</code> interface is a <b>Temporary Entry Point Object</b>.
 *
 * * @deprecated This interface os obsolte use SCP8XConnection instead
 * * @deprecated This interface is obsolte use SCP8XConnectionStatus instead
 */
@Deprecated
public interface SCP8XConnectionStatus extends Event
public interface SCP81ConnectionStatus extends Event
{
    /** This constant is used if the connection was successfully opened.. */
    public static final short CONNECTION_ESTABLISHED  = (short) 0x0001 ;