Fix minor spelling error

This commit is contained in:
Mark Felder 2020-05-27 14:34:37 -05:00
commit 95f6240889
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ defmodule Pleroma.Web.PleromaAPI.EmojiPackController do
|> put_status(:internal_server_error)
|> json(%{error: "The requested instance does not support sharing emoji packs"})
{:error, :imvalid_checksum} ->
{:error, :invalid_checksum} ->
conn
|> put_status(:internal_server_error)
|> json(%{error: "SHA256 for the pack doesn't match the one sent by the server"})