From 7a83d0251a2004d525592fce7526702cd1f641dd Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:59:19 -0500 Subject: [PATCH] spelling: multiaddr Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- multicodec-sync-check/check.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multicodec-sync-check/check.clj b/multicodec-sync-check/check.clj index fb605b0..a720af9 100755 --- a/multicodec-sync-check/check.clj +++ b/multicodec-sync-check/check.clj @@ -54,6 +54,6 @@ (when (> (count missing-multicodecs) 0) - (println "Some protocols in the multiadddr table are not registered with multicodecs:") + (println "Some protocols in the multiaddr table are not registered with multicodecs:") (clojure.pprint/print-table missing-multicodecs) (System/exit 1)) \ No newline at end of file