Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Oct 28, 2024
1 parent c4e5eca commit 29e57b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ void monitor_executables(const string& folder_path)

if (interval_file.fail())
{
interval = 0
interval = 0;
}

this_thread::sleep_for(chrono::seconds(inrerval));
this_thread::sleep_for(chrono::seconds(interval));
interval_file.close();
}
}
Expand Down

0 comments on commit 29e57b5

Please sign in to comment.