Skip to content

Commit

Permalink
style(typo): corrected a typo in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerfulPianissimo committed Mar 19, 2024
1 parent 94d6e2e commit 482a839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayshot/src/wayshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 482a839

Please sign in to comment.