From 72d8f678e29bc0e85212c9d8dcaf047171bd761c Mon Sep 17 00:00:00 2001 From: mellbacon Date: Wed, 4 Oct 2023 06:41:50 -0500 Subject: [PATCH] fix (log): corrected typo --- 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 cd9c1352..653e5643 100644 --- a/plugins/log/src/lib.rs +++ b/plugins/log/src/lib.rs @@ -118,7 +118,7 @@ pub enum LogTarget { /// /// The plugin will ensure the directory exists before writing logs. Folder(PathBuf), - /// Write logs to the OS specififc logs directory. + /// Write logs to the OS specific logs directory. /// /// ### Platform-specific ///