From 7dc87747183eb7e505054e94916e6d6d799774e6 Mon Sep 17 00:00:00 2001 From: Jason Millard Date: Mon, 18 Mar 2024 20:09:22 -0400 Subject: [PATCH] misc: fix doc typos --- README.md | 2 +- dmdserver.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56ed1ec..cc37084 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ The "paused" connections aren't really paused. Their data is still accepted but Addr = localhost # The port to listen for TCP connections. Port = 6789 -# Set to 1 if Serum colorization should be used, 0 isf not. +# Set to 1 if Serum colorization should be used, 0 if not. AltColor = 1 # Overwrite the AltColorPath sent by the client and set it to a fixed value. AltColorPath = diff --git a/dmdserver.ini b/dmdserver.ini index ef5b9b7..5c7805b 100644 --- a/dmdserver.ini +++ b/dmdserver.ini @@ -4,7 +4,7 @@ Addr = localhost # The port to listen for TCP connections. Port = 6789 -# Set to 1 if Serum colorization should be used, 0 isf not. +# Set to 1 if Serum colorization should be used, 0 if not. AltColor = 1 # Overwrite the AltColorPath sent by the client and set it to a fixed value. AltColorPath =