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-apps/src/confbot/confbot.py

    r2912 r4724  
    198198 
    199199        def on_call_transfer_request(self, call, dst, code): 
    200                 msg = "%(uri)s is transfering the call to %(dst)s" % \ 
     200                msg = "%(uri)s is transferring the call to %(dst)s" % \ 
    201201                          {'uri': self.uri, 'dst': dst} 
    202202                self.bot.broadcast_pager(None, msg) 
Note: See TracChangeset for help on using the changeset viewer.