Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Sep 14, 2023
1 parent 5b68a2a commit d7a75ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char** argv)
if (status == NVAPI_SETTING_NOT_FOUND)
{
throw std::runtime_error("Failed to get FRL setting! Make sure that setting has been saved at least "
"once via Nvidia control panel.");
"once via NVIDIA Control Panel.");
}
assertSuccess(status, "Failed to set FRL setting!");
}
Expand Down

0 comments on commit d7a75ec

Please sign in to comment.