Skip to content

Commit 472aeb5

Browse files
author
Daniel Rainer
committed
Fix "the the" typos
1 parent c47f719 commit 472aeb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/blocks.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ define_blocks!(
165165
amd_gpu,
166166
#[deprecated(
167167
since = "0.33.0",
168-
note = "The block has been deprecated in favor of the the packages block"
168+
note = "The block has been deprecated in favor of the packages block"
169169
)]
170170
apt,
171171
backlight,
@@ -178,7 +178,7 @@ define_blocks!(
178178
disk_space,
179179
#[deprecated(
180180
since = "0.33.0",
181-
note = "The block has been deprecated in favor of the the packages block"
181+
note = "The block has been deprecated in favor of the packages block"
182182
)]
183183
dnf,
184184
docker,
@@ -201,7 +201,7 @@ define_blocks!(
201201
packages,
202202
#[deprecated(
203203
since = "0.33.0",
204-
note = "The block has been deprecated in favor of the the packages block"
204+
note = "The block has been deprecated in favor of the packages block"
205205
)]
206206
pacman,
207207
pomodoro,

src/blocks/hueshift.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ impl HueShiftDriver for Wlsunset {
316316
// night temp: 4000K
317317
// latitude/longitude: NaN
318318
// ^ results in sun_condition == POLAR_NIGHT at time of testing
319-
// With these defaults, this results in the the color temperature
319+
// With these defaults, this results in the color temperature
320320
// getting set to 4000K.
321321
spawn_process("pkill", &["wlsunset"])
322322
.error("Failed to set new color temperature using wlsunset.")

0 commit comments

Comments
 (0)