8000 chore: fix typos (#264) · sassman/t-rec-rs@d9fb192 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9fb192

Browse files
kianmengsassman
andauthored
chore: fix typos (#264)
* chore: fix typos Found via `typos --hidden --format brief` * chore: remove empty doc block line --------- Co-authored-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 910c281 commit d9fb192

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ depends = "imagemagick"
5555
extended-description = """## Features
5656
- Screenshotting your terminal with 4 frames per second (every 250ms)
5757
- Generates high quality small sized animated gif images
58-
- **Build-In idle frames detection and optimization** (for super fluid
58+
- **built-in idle frames detection and optimization** (for super fluid
5959
presentations)
6060
- Applies (can be disabled) border decor effects like drop shadow
6161
- Runs on MacOS and Linux

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Blazingly fast terminal recorder that generates animated gif images for the web
2020
## Features
2121
- Screenshotting your terminal with 4 frames per second (every 250ms)
2222
- Generates high quality small sized animated gif images or mp4 videos
23-
- **Build-In idle frames detection and optimization** (for super fluid presentations)
23+
- **built-in idle frames detection and optimization** (for super fluid presentations)
2424
- Applies (can be disabled) border decor effects like drop shadow
2525
- Runs on MacOS, Linux and NetBSD
2626
- Uses native efficient APIs

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ fn current_win_id(args: &ArgMatches) -> Result<(WindowId, Option<String>)> {
216216
}
217217
}
218218

219-
///
220-
/// finds the window id for a given terminal / programm by name
219+
/// finds the window id for a given terminal / program by name
221220
pub fn get_window_id_for(terminal: String) -> Result<(WindowId, String)> {
222221
let api = setup()?;
223222
for term in terminal.to_lowercase().split('.') {

0 commit comments

Comments
 (0)
0