From 2808ff74a34ebcc0f1dbe71746d42df421a3c133 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 11 Dec 2024 23:58:50 +0800 Subject: [PATCH] fix typos found via `typos --hidden --format brief` --- CHANGELOG.md | 2 +- src/sink/custom.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080f061..68415fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,7 @@ Process is terminated when a watcher stops with an error. ## v0.6.0-beta.0 - Exclude jemalloc for MSVC target ~~(This should make it possible to build on Windows)~~ [fd98808](https://github.com/morphy2k/rss-forwarder/commit/fd98808d737de1e8d5e4c8e13abe9e6b5034c7f3) -- Fixed and improved behaivor on errors. +- Fixed and improved behavior on errors. - Rust updated to 1.66 - Some internal minor improvements - Dependencies updated diff --git a/src/sink/custom.rs b/src/sink/custom.rs index 0a144a6..4e3f7e5 100644 --- a/src/sink/custom.rs +++ b/src/sink/custom.rs @@ -109,7 +109,7 @@ impl Sink for Custom { skip(self), fields( pid = self.process.id(), - commad = %self.command, + command = %self.command, arguments = %self.arguments.join(" "), ), level = "debug"