From 39de82ae1300ab432eed8839b8872ee38d5a4449 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Sun, 30 Jul 2023 01:31:40 -0400
Subject: [PATCH] spelling: echosrv

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
 echosrv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/echosrv.c b/echosrv.c
index 3e69d4c..6b513eb 100644
--- a/echosrv.c
+++ b/echosrv.c
@@ -1,6 +1,6 @@
 /* echosrv: a simple line echo server with optional prefix adding.
  *
- * echsrv --listen localhost6:1234 --prefix "ssl: "
+ * echosrv --listen localhost6:1234 --prefix "ssl: "
  *
  * This will bind to 1234, and echo every line pre-pending "ssl: ". This is
  * used for testing: we create several such servers with different prefixes,