diff options
author | Thomas Osterried <ax25@x-berg.in-berlin.de> | 2023-05-13 21:15:04 +0200 |
---|---|---|
committer | Thomas Osterried <ax25@x-berg.in-berlin.de> | 2023-05-13 21:15:04 +0200 |
commit | d3e6d4ffaa02d8523220cf0ed2acd10594c86482 (patch) | |
tree | e771bb4afb9571939dd5a413ad77f72d022cb853 /ax25/axgetput/proto_bin.c | |
parent | 471c5882ceed45446f76df0fc1ae285930de28ed (diff) |
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'ax25/axgetput/proto_bin.c')
-rw-r--r-- | ax25/axgetput/proto_bin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axgetput/proto_bin.c b/ax25/axgetput/proto_bin.c index 7d5eb3a..ebf61bd 100644 --- a/ax25/axgetput/proto_bin.c +++ b/ax25/axgetput/proto_bin.c @@ -224,7 +224,7 @@ int bput(void) return 1; } if (term_line && len == len_termline && !memcmp(buf, term_line, len_termline)) { - /* sucessfully read until termination string */ + /* successfully read until termination string */ break; } } |