Navigation


Changeset 1228:e5010975da35 in freeDiameter for libfdcore


Ignore:
Timestamp:
Jul 18, 2013, 9:45:37 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix typo in comment.

Location:
libfdcore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/messages.c

    r1120 r1228  
    336336}
    337337
    338 /* Send a message and optionaly register a callback for an answer */
     338/* Send a message and optionally register a callback for an answer */
    339339int fd_msg_send ( struct msg ** pmsg, void (*anscb)(void *, struct msg **), void * data )
    340340{
  • libfdcore/sctp.c

    r1200 r1228  
    964964}
    965965
    966 /* Retrieve streams information from a connected association -- optionaly provide the primary address */
     966/* Retrieve streams information from a connected association -- optionally provide the primary address */
    967967int fd_sctp_get_str_info( int sock, uint16_t *in, uint16_t *out, sSS *primary )
    968968{
Note: See TracChangeset for help on using the changeset viewer.