Navigation


Changeset 871:254d81d21d0b in freeDiameter for include


Ignore:
Timestamp:
Oct 23, 2012, 10:50:04 PM (12 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix some typos.

Location:
include/freeDiameter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r853 r871  
    66# Configurable parameters
    77
    8 # Disable SCTP support completly ?
     8# Disable SCTP support completely ?
    99OPTION(DISABLE_SCTP "Disable SCTP support?" OFF)
    1010IF (NOT DISABLE_SCTP)
     
    2020
    2121# IDNA considerations
    22 OPTION(DIAMID_IDNA_IGNORE "Ignore completly invalid characters in Diameter Identities (process blindly)?" OFF)
     22OPTION(DIAMID_IDNA_IGNORE "Ignore completely invalid characters in Diameter Identities (process blindly)?" OFF)
    2323IF (NOT DIAMID_IDNA_IGNORE)
    2424        OPTION (DIAMID_IDNA_REJECT "Reject internationalized Diameter Identities, do not attempt to convert it (stringprep) ?" OFF)
  • include/freeDiameter/libfdproto.h

    r850 r871  
    19671967 *  A message is made of a header ( msg ) and 0 or more AVPs ( avp ).
    19681968 * The structure is a kind of tree, where some AVPs (grouped AVPs) can contain other AVPs.
    1969  * Exemple:
     1969 * Example:
    19701970 * msg
    19711971 *  |-avp
Note: See TracChangeset for help on using the changeset viewer.