From 999d6cbc714ee6763201577bd8db8352c35e8322 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 2 Dec 2025 15:05:30 +0900 Subject: [PATCH] example-config.toml: fix typo --- example-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.toml b/example-config.toml index 0098841..a6fc2dc 100644 --- a/example-config.toml +++ b/example-config.toml @@ -13,7 +13,7 @@ socket_path = "/run/muscl/muscl.sock" host = "localhost" port = 3306 -# The path to the unix socket of the databse. +# The path to the unix socket of the database. # If you uncomment this line, the host and port will be ignored # socket_path = "/run/mysql/mysql.sock"