Skip to content

Commit efc96d8

Browse files
committed
refactor(experience): fix typo in comment
Signed-off-by: Jon Bauer <[email protected]>
1 parent 021df00 commit efc96d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EdgeAgentSDK/EdgeAgent/Sources/DIDCommAgent/DIDCommAgent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public class DIDCommAgent {
157157
*/
158158
public func stop() async throws {
159159
guard state == .running else { return }
160-
logger.info(message: "Stoping agent")
160+
logger.info(message: "Stopping agent")
161161
state = .stopping
162162
cancellables.forEach { $0.cancel() }
163163
connectionManager?.stopAllEvents()

0 commit comments

Comments
 (0)