From 15819d7c184d94445aabc8436b8aa8f9b9163378 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Sun, 2 Aug 2020 07:13:52 +0100 Subject: [PATCH] general.h: fix comment typo (#2311) --- code/espurna/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 58a3b209..425173ee 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -79,7 +79,7 @@ //------------------------------------------------------------------------------ // UDP debug log -// To receive the message son the destination computer use nc: +// To receive the message on the destination computer use nc: // nc -ul 8113 #ifndef DEBUG_UDP_SUPPORT