summaryrefslogtreecommitdiffstats
path: root/src/app/process_killer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/process_killer.rs')
-rw-r--r--src/app/process_killer.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app/process_killer.rs b/src/app/process_killer.rs
index 1c4e5117..fe058bb9 100644
--- a/src/app/process_killer.rs
+++ b/src/app/process_killer.rs
@@ -47,9 +47,8 @@ pub fn kill_process_given_pid(pid: u32) -> crate::utils::error::Result<()> {
message: "Sorry, macOS support is not implemented yet!".to_string(),
});
} else {
- // TODO: Others?
return Err(BottomError::GenericError {
- message: "Sorry, support operating systems outside the main three is not implemented yet!".to_string(),
+ message: "Sorry, support operating systems outside the main three are not implemented yet!".to_string(),
});
}