From 14dddb489946f951dbb0d6f3c21d971ac0db0d9b Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 10 Jan 2022 14:33:20 -0600 Subject: [PATCH] Update dagger/rest/api.nim Co-authored-by: Michael Bradley --- dagger/rest/api.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger/rest/api.nim b/dagger/rest/api.nim index 2fa2c11d..1c21eb74 100644 --- a/dagger/rest/api.nim +++ b/dagger/rest/api.nim @@ -65,7 +65,7 @@ proc initRestApi*(node: DaggerNodeRef): RestRouter = ## ## If `addrs` param is supplied, it will be used to ## dial the peer, otherwise the `peerId` is used - ## to invoke peer discovery, if it successedes + ## to invoke peer discovery, if it succeeds ## the returned addresses will be used to dial ##