diff options
author | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-04 15:32:21 +0000 |
---|---|---|
committer | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-04 15:32:21 +0000 |
commit | 96209b933e9b3b9c93701e15e4a9590f859cc8c6 (patch) | |
tree | cd518f2cea51a49d061e8d10f5678afe380dd4d7 /test/l2test.c | |
parent | f03489827214efb7e5314e61b57278eec173b786 (diff) |
fix typo
Diffstat (limited to 'test/l2test.c')
-rw-r--r-- | test/l2test.c | 2 |
1 files changed, 1 insertions, 1 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" |