CommonAPI: Linkify chat messages.
[akkoma] / lib / pleroma / emoji / pack.ex
index eb7d598c6707661e085ae5fb58671f667cde64a3..14a5185be801834aa55fe23c24965e34d13e63e5 100644 (file)
@@ -499,7 +499,7 @@ defmodule Pleroma.Emoji.Pack do
       if Base.decode16!(sha) == :crypto.hash(:sha256, archive) do
         {:ok, archive}
       else
-        {:error, :imvalid_checksum}
+        {:error, :invalid_checksum}
       end
     end
   end