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