From d180c455a3805de153d418ba35239d4ff668a06f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 9 Nov 2024 18:59:01 +0000 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7e4d3..9cbf1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,5 +15,5 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass ### Added -- Initial release, package implements Rcon using the Q3 procotocl. +- Initial release, package implements Rcon using the Q3 protocol. - A basic CLI implementation accepting configuration flags.