From 482a8394e77ad5cf642782756414c31db2daa654 Mon Sep 17 00:00:00 2001 From: CheerfulPianissimo Date: Tue, 19 Mar 2024 22:06:11 +0530 Subject: [PATCH] style(typo): corrected a typo in the comments --- wayshot/src/wayshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayshot/src/wayshot.rs b/wayshot/src/wayshot.rs index 9fac733b..a1c8ac0d 100644 --- a/wayshot/src/wayshot.rs +++ b/wayshot/src/wayshot.rs @@ -143,7 +143,7 @@ fn main() -> Result<()> { return Ok(()); } Ok(ForkResult::Child) => { - opts.foreground(true); //Offer the image till somthing else is available on the clipboard + opts.foreground(true); // Offer the image till something else is available on the clipboard opts.copy( Source::Bytes(buffer.into_inner().into()), MimeType::Autodetect,