Skip to content

Commit 0febac5

Browse files
a-kenjimmstick
authored andcommitted
chore(typos): fix typos
1 parent ce2ba21 commit 0febac5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub enum PluginResponse {
167167
},
168168
/// Update the text in the launcher
169169
Fill(String),
170-
/// Indicoates that a plugin is finished with its queries
170+
/// Indicates that a plugin is finished with its queries
171171
Finished,
172172
}
173173
```

plugins/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub fn mime_from_path(path: &Path) -> Cow<'static, str> {
4646
}
4747
}
4848

49-
/// Launches a file with its default appplication via `xdg-open`.
49+
/// Launches a file with its default application via `xdg-open`.
5050
pub fn xdg_open<S: AsRef<OsStr>>(file: S) {
5151
let _ = tokio::process::Command::new("xdg-open")
5252
.arg(file)

scripts/system76-power/graphics-compute.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
gnome-terminal -- sh -c '
99
if system76-power graphics compute; then
10-
echo "Succesfully switched. You may now reboot"
10+
echo "Successfully switched. You may now reboot"
1111
else
1212
echo "Failed to switch\nPress key to exit"
1313
fi
1414
1515
read x
16-
'
16+
'

scripts/system76-power/graphics-discrete.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
gnome-terminal -- sh -c '
99
if system76-power graphics nvidia; then
10-
echo "Succesfully switched. You may now reboot"
10+
echo "Successfully switched. You may now reboot"
1111
else
1212
echo "Failed to switch\nPress key to exit"
1313
fi
1414
1515
read x
16-
'
16+
'

scripts/system76-power/graphics-hybrid.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
gnome-terminal -- sh -c '
99
if system76-power graphics hybrid; then
10-
echo "Succesfully switched. You may now reboot"
10+
echo "Successfully switched. You may now reboot"
1111
else
1212
echo "Failed to switch\nPress key to exit"
1313
fi
1414
1515
read x
16-
'
16+
'

scripts/system76-power/graphics-integrated.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
gnome-terminal -- sh -c '
99
if system76-power graphics integrated; then
10-
echo "Succesfully switched. You may now reboot"
10+
echo "Successfully switched. You may now reboot"
1111
else
1212
echo "Failed to switch\nPress key to exit"
1313
fi
1414
1515
read x
16-
'
16+
'

0 commit comments

Comments
 (0)