spelling: subsequent

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:34 -04:00
parent 8414713ad8
commit 1ccc2ea9bf
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ MSWindowsWatchdog::shutdownExistingProcesses()
if (err != ERROR_NO_MORE_FILES) { if (err != ERROR_NO_MORE_FILES) {
// only worry about error if it's not the end of the snapshot // only worry about error if it's not the end of the snapshot
LOG((CLOG_ERR "could not get subsiquent process entry")); LOG((CLOG_ERR "could not get subsequent process entry"));
throw XArch(new XArchEvalWindows); throw XArch(new XArchEvalWindows);
} }
} }