From 9e99d9fd3e3ba3db058188eff4954f8ea8d82848 Mon Sep 17 00:00:00 2001 From: awalol <61059886+awalol@users.noreply.github.com> Date: Sat, 16 May 2026 13:51:39 +0800 Subject: [PATCH] typo Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index c9b6a76..3bcc72b 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -81,7 +81,7 @@ void config_valid() { } if (body->config_version != CONFIG_VERSION) { body->config_version = CONFIG_VERSION; - printf("[Config] Warning: Config may breking change\n"); + printf("[Config] Warning: Config may breaking change\n"); } }