remove spelling-error-in-binary patch

ksolomko/tcapload
Victor Seva 12 years ago
parent 8686239523
commit 7d8e0e66c6

@ -2,5 +2,4 @@ enable-gsl.patch
include-limits.patch
Makefile.patch
sipp.hpp.patch
spelling-error-in-binary
noninteractive.patch

@ -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 [] = {
" <!-- are also discarded. -->\n"
" <!-- -->\n"
" <!-- If the specified header was present several times in the -->\n"
-" <!-- message, all occurences are concatenated (CRLF seperated) -->\n"
+" <!-- message, all occurences are concatenated (CRLF separated) -->\n"
" <!-- to be used in place of the '[last_*]' keyword. -->\n"
"\n"
" <send>\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;
Loading…
Cancel
Save