summaryrefslogtreecommitdiff
path: root/lib/pleroma/object/containment.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/object/containment.ex')
-rw-r--r--lib/pleroma/object/containment.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/object/containment.ex b/lib/pleroma/object/containment.ex
index 99608b8a5..bc88e8a0c 100644
--- a/lib/pleroma/object/containment.ex
+++ b/lib/pleroma/object/containment.ex
@@ -55,7 +55,7 @@ defmodule Pleroma.Object.Containment do
defp compare_uris(_id_uri, _other_uri), do: :error
@doc """
- Checks that an imported AP object's actor matches the domain it came from.
+ Checks that an imported AP object's actor matches the host it came from.
"""
def contain_origin(_id, %{"actor" => nil}), do: :error