activitypub: add outbox endpoint
[akkoma] / lib / pleroma / web / web_finger / web_finger.ex
index 9c39cc5a155021e9a3d6575d1e583fc1ee5f7b22..019210124584c0901359f91d46eaca6cf05e574b 100644 (file)
@@ -100,7 +100,7 @@ defmodule Pleroma.Web.WebFinger do
         with {:ok, %{body: body}} <- @httpoison.get("https://#{domain}/.well-known/host-meta", []) do
           get_template_from_xml(body)
         else
-          e -> {:error, "Can't find lrdd template: #{inspect(e)}"}
+          e -> {:error, "Can't find LRDD template: #{inspect(e)}"}
         end
     end
   end