Skip to content

Commit

Permalink
Fix "the the" typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rainer committed Nov 7, 2024
1 parent c47f719 commit 472aeb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ define_blocks!(
amd_gpu,
#[deprecated(
since = "0.33.0",
note = "The block has been deprecated in favor of the the packages block"
note = "The block has been deprecated in favor of the packages block"
)]
apt,
backlight,
Expand All @@ -178,7 +178,7 @@ define_blocks!(
disk_space,
#[deprecated(
since = "0.33.0",
note = "The block has been deprecated in favor of the the packages block"
note = "The block has been deprecated in favor of the packages block"
)]
dnf,
docker,
Expand All @@ -201,7 +201,7 @@ define_blocks!(
packages,
#[deprecated(
since = "0.33.0",
note = "The block has been deprecated in favor of the the packages block"
note = "The block has been deprecated in favor of the packages block"
)]
pacman,
pomodoro,
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/hueshift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impl HueShiftDriver for Wlsunset {
// night temp: 4000K
// latitude/longitude: NaN
// ^ results in sun_condition == POLAR_NIGHT at time of testing
// With these defaults, this results in the the color temperature
// With these defaults, this results in the color temperature
// getting set to 4000K.
spawn_process("pkill", &["wlsunset"])
.error("Failed to set new color temperature using wlsunset.")
Expand Down

0 comments on commit 472aeb5

Please sign in to comment.