Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed May 7, 2019
1 parent 36cdcf8 commit 8cf7861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sensus.Shared/Protocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ public async Task StopAsync()

if (_agentIntervalActionScheduledCallback != null)
{
// cancel interval action callback ssociated with the sensing agent, if there is one.
// cancel interval action callback associated with the sensing agent, if there is one.
await SensusContext.Current.CallbackScheduler.UnscheduleCallbackAsync(_agentIntervalActionScheduledCallback);
_agentIntervalActionScheduledCallback = null;

Expand Down

0 comments on commit 8cf7861

Please sign in to comment.