summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStephen Crane <steve.crane@rococosoft.com>2003-02-04 15:32:21 +0000
committerStephen Crane <steve.crane@rococosoft.com>2003-02-04 15:32:21 +0000
commit96209b933e9b3b9c93701e15e4a9590f859cc8c6 (patch)
treecd518f2cea51a49d061e8d10f5678afe380dd4d7 /test
parentf03489827214efb7e5314e61b57278eec173b786 (diff)
fix typo
Diffstat (limited to 'test')
-rw-r--r--test/l2test.c2
-rw-r--r--test/rctest.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/l2test.c b/test/l2test.c
index 53e9e768..69960c35 100644
--- a/test/l2test.c
+++ b/test/l2test.c
@@ -376,7 +376,7 @@ void usage(void)
printf("Modes:\n"
"\t-r listen and receive\n"
"\t-w listen and send\n"
- "\t-d listen and dump incomming data\n"
+ "\t-d listen and dump incoming data\n"
"\t-s connect and send\n"
"\t-u connect and receive\n"
"\t-n connect and be silent\n"
diff --git a/test/rctest.c b/test/rctest.c
index 0584a6a9..2afafaa2 100644
--- a/test/rctest.c
+++ b/test/rctest.c
@@ -300,7 +300,7 @@ void usage(void)
printf("Modes:\n"
"\t-r listen and receive\n"
"\t-w listen and send\n"
- "\t-d listen and dump incomming data\n"
+ "\t-d listen and dump incoming data\n"
"\t-s connect and send\n"
"\t-u connect and receive\n"
"\t-n connect and be silent\n"