Skip to content

Commit 8f413cd

Browse files
authored
Merge pull request #189 from Jah-yee/fix/unkown-typo
fix: correct Unkown→Unknown typo in NVIDIA error message
2 parents e99775a + 8231d35 commit 8f413cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub fn render_help(
102102
let content = match ne {
103103
NvmlError::DriverNotLoaded => "NVIDIA Error: No Driver Detected.",
104104
NvmlError::NoPermission => "NVIDIA Error: Permissioned denied to talk to driver.",
105-
NvmlError::Unknown => "NVIDIA Error: Unkown Error.",
105+
NvmlError::Unknown => "NVIDIA Error: Unknown Error.",
106106
_ => "",
107107
};
108108
if !content.is_empty() {

0 commit comments

Comments
 (0)