From b36d2739227522586612ee5ab3f7843795fd07bc Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Fri, 31 Jan 2014 08:52:09 +0000 Subject: Misc (re #1630): Fixed some more typos in the codes. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4724 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-sipp/transfer-attended.py | 4 ++-- tests/pjsua/scripts-sipp/transfer-unattended.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/pjsua/scripts-sipp/transfer-attended.py b/tests/pjsua/scripts-sipp/transfer-attended.py index 3e4f80a4..c9f35c01 100644 --- a/tests/pjsua/scripts-sipp/transfer-attended.py +++ b/tests/pjsua/scripts-sipp/transfer-attended.py @@ -41,11 +41,11 @@ PJSUA_EXPECTS = [ # B transfer A to C [1, "", "X"], [1, "", "1"], - [0, "Call .* is being transfered", ""], + [0, "Call .* is being transferred", ""], [1, "Subscription state .* ACCEPTED", ""], [0, const.STATE_CALLING, ""], [2, "Call .* is being replaced", ""], - [1, "call transfered successfully", ""], + [1, "call transferred successfully", ""], [0, const.MEDIA_ACTIVE, ""], [2, const.MEDIA_ACTIVE, ""], [1, const.STATE_DISCONNECTED, ""] diff --git a/tests/pjsua/scripts-sipp/transfer-unattended.py b/tests/pjsua/scripts-sipp/transfer-unattended.py index 37c97124..7921d2a4 100644 --- a/tests/pjsua/scripts-sipp/transfer-unattended.py +++ b/tests/pjsua/scripts-sipp/transfer-unattended.py @@ -25,6 +25,6 @@ PJSUA_EXPECTS = [ [2, "", "200"], [0, const.MEDIA_ACTIVE, ""], [2, const.MEDIA_ACTIVE, ""], - [1, "call transfered successfully", ""], + [1, "call transferred successfully", ""], [1, const.STATE_DISCONNECTED, ""] ] -- cgit v1.2.3