Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 28, 2025
1 parent 38dae7b commit b197bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ DK_API bool close_application_by_exe(const char* exe_name) {
// Open a HANDLE to the process. This is a little ambiguous as
// it appears we are opening the process.

// Request PROCESS_TERMIANTE right, which allows use to use
// Request PROCESS_TERMINATE right, which allows use to use
// TerminateProcess. This may not work if the process is
// elevated. Once we can obtain a handle to the process, we
// can do anything we want with it under the permissions we
Expand Down

0 comments on commit b197bfe

Please sign in to comment.