Ignore:
Timestamp:
Jan 31, 2014 8:52:09 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed some more typos in the codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/call.hpp

    r4704 r4724  
    727727{ 
    728728    /** 
    729      * The destination where the call will be transfered to. 
     729     * The destination where the call will be transferred to. 
    730730     */ 
    731731    string              dstUri; 
     
    739739    /** 
    740740     * The current call setting, application can update this setting 
    741      * for the call being transfered. 
     741     * for the call being transferred. 
    742742     */ 
    743743    CallSetting         opt; 
     
    15301530     
    15311531    /** 
    1532      * Notify application on call being transfered (i.e. REFER is received). 
     1532     * Notify application on call being transferred (i.e. REFER is received). 
    15331533     * Application can decide to accept/reject transfer request 
    15341534     * by setting the code (default is 202). When this callback 
Note: See TracChangeset for help on using the changeset viewer.