Navigation


Changeset 972:ce3cacbbccc9 in freeDiameter for extensions/app_sip


Ignore:
Timestamp:
Mar 15, 2013, 1:31:00 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix some typos.

Location:
extensions/app_sip
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/app_sip.c

    r732 r972  
    122122       
    123123       
    124         //We set usefull AVPs
     124        //We set useful AVPs
    125125        CHECK_FCT( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME, "Auth-Session-State", &sip_dict.Auth_Session_State, ENOENT) );
    126126        CHECK_FCT( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME, "Auth-Application-Id", &sip_dict.Auth_Application_Id, ENOENT) );
  • extensions/app_sip/app_sip.h

    r959 r972  
    218218};
    219219
    220 //Storage for some usefull AVPs
     220//Storage for some useful AVPs
    221221struct app_sip_dict{
    222222        struct dict_object * Auth_Session_State;
  • extensions/app_sip/md5.c

    r433 r972  
    33 *  The content from this file comes directly from the hostap project.
    44 * It is redistributed under the terms of the BSD license, as allowed
    5  * by the original copyright reproduced bellow.
     5 * by the original copyright reproduced below.
    66 *  In addition to this notice, only the #include directives have been modified.
    77 */
  • extensions/app_sip/md5.h

    r360 r972  
    33 *  The content from this file comes directly from the hostap project.
    44 * It is redistributed under the terms of the BSD license, as allowed
    5  * by the original copyright reproduced bellow.
     5 * by the original copyright reproduced below.
    66 *  The file has not been modified, except for this notice.
    77 */
Note: See TracChangeset for help on using the changeset viewer.