aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSd.org>2018-03-19 17:44:25 +0000
committerMark Felder <feld@FreeBSd.org>2018-03-19 17:44:25 +0000
commit7430ff9173f90806d693cbd74180f091b75a43d7 (patch)
treef965a90be54d09ace76e23df9f4abff90f6351f4 /lib/pleroma
parent7f77433c0eb7a63fc4260d884f73beae1820ab60 (diff)
downloadpleroma-7430ff9173f90806d693cbd74180f091b75a43d7.tar.gz
Capitalize Atom
Diffstat (limited to 'lib/pleroma')
-rw-r--r--lib/pleroma/web/ostatus/ostatus.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/web/ostatus/ostatus.ex b/lib/pleroma/web/ostatus/ostatus.ex
index bed15e8c0..72f5b8d52 100644
--- a/lib/pleroma/web/ostatus/ostatus.ex
+++ b/lib/pleroma/web/ostatus/ostatus.ex
@@ -291,8 +291,8 @@ defmodule Pleroma.Web.OStatus do
[[_, match]] = Regex.scan(@gs_classic_regex, body)
{:ok, match}
true ->
- Logger.debug(fn -> "Couldn't find atom link in #{inspect(body)}" end)
- {:error, "Couldn't find the atom link"}
+ Logger.debug(fn -> "Couldn't find Atom link in #{inspect(body)}" end)
+ {:error, "Couldn't find the Atom link"}
end
end