chore: Fix small typos in protocol files (#5279)

This commit is contained in:
code0xff
2025-02-13 22:48:48 +09:00
committed by GitHub
parent a079bac153
commit b02b8d016c
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
#include <sys/types.h>
#endif
// Do we know the plaform we're compiling on? If you're adding new platforms
// Do we know the platform we're compiling on? If you're adding new platforms
// modify this check accordingly.
#if !BOOST_OS_LINUX && !BOOST_OS_WINDOWS && !BOOST_OS_MACOS
#error Supported platforms are: Linux, Windows and MacOS