From e4e19e001bd67bb7fcbb7d7d46bf67f0924d07e3 Mon Sep 17 00:00:00 2001 From: Miniontoby <47940064+Miniontoby@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:59:16 +0200 Subject: [PATCH] [log] Fix typo in docs of lib.rs (#1637) * [log] Fix typo in docs of lib.rs * [lib] Fix typo in docs of lib.rs --- plugins/log/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/log/src/lib.rs b/plugins/log/src/lib.rs index 2691c55f..8edfc4de 100644 --- a/plugins/log/src/lib.rs +++ b/plugins/log/src/lib.rs @@ -180,7 +180,7 @@ pub enum TargetKind { path: PathBuf, file_name: Option, }, - /// Write logs to the OS specififc logs directory. + /// Write logs to the OS specific logs directory. /// /// ### Platform-specific ///