spelling: occurring

This commit is contained in:
Josh Soref 2018-03-13 08:16:48 +00:00
parent e43b8de3b1
commit 64aae1c781
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"sync"
)
// DebugLocation is the location where the pause is occuring when debugging
// DebugLocation is the location where the pause is occurring when debugging
// a step sequence. "DebugLocationAfterRun" is after the run of the named
// step. "DebugLocationBeforeCleanup" is before the cleanup of the named
// step.