summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c
index 22a5b149d3..a85f109a31 100644
--- a/TOOLS/netstream.c
+++ b/TOOLS/netstream.c
@@ -120,7 +120,7 @@ static int net_stream_fill_buffer(client_t* cl,uint16_t max_len) {
return 1;
}
if(max_len == 0) {
- if(!write_error(cl->fd,"Fill buffer called with 0 lenght\n"))
+ if(!write_error(cl->fd,"Fill buffer called with 0 length\n"))
return 0;
return 1;
}