diff --git a/Sensus.Shared/Protocol.cs b/Sensus.Shared/Protocol.cs index a00e4ecaf..15c9cd982 100644 --- a/Sensus.Shared/Protocol.cs +++ b/Sensus.Shared/Protocol.cs @@ -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;