diff --git a/debian/patches/series b/debian/patches/series index 305041c..b0e770a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,5 +2,4 @@ enable-gsl.patch include-limits.patch Makefile.patch sipp.hpp.patch -spelling-error-in-binary noninteractive.patch diff --git a/debian/patches/spelling-error-in-binary b/debian/patches/spelling-error-in-binary deleted file mode 100644 index d42b804..0000000 --- a/debian/patches/spelling-error-in-binary +++ /dev/null @@ -1,40 +0,0 @@ ---- a/scenario.cpp -+++ b/scenario.cpp -@@ -850,7 +850,7 @@ scenario::scenario(char * filename, int - } - - if ((ptr = xp_get_value("response_txn"))) { -- ERROR("response_txn can only be used for recieved messages."); -+ ERROR("response_txn can only be used for received messages."); - } - - curmsg -> retrans_delay = xp_get_long("retrans", "retransmission timer", 0); -@@ -871,7 +871,7 @@ scenario::scenario(char * filename, int - if((ptr = xp_get_value((char *)"request"))) { - curmsg -> recv_request = strdup(ptr); - if ((ptr = xp_get_value("response_txn"))) { -- ERROR("response_txn can only be used for recieved responses."); -+ ERROR("response_txn can only be used for received responses."); - } - } - -@@ -2033,7 +2033,7 @@ char * default_scenario [] = { - " \n" - " \n" - " \n" --" \n" -+" \n" - " \n" - "\n" - " \n" ---- a/deadcall.cpp -+++ b/deadcall.cpp -@@ -74,7 +74,7 @@ bool deadcall::process_incoming(char * m - WARNING("%s, received '%s'", buffer, msg); - - TRACE_MSG("-----------------------------------------------\n" -- "Dead call %s recieved a %s message:\n\n%s\n", -+ "Dead call %s received a %s message:\n\n%s\n", - id, TRANSPORT_TO_STRING(transport), msg); - - expiration = clock_tick + deadcall_wait;