aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrel/pleroma_ctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/pleroma_ctl b/rel/pleroma_ctl
index 1276bf339..ef2717c44 100755
--- a/rel/pleroma_ctl
+++ b/rel/pleroma_ctl
@@ -10,7 +10,7 @@ if [ -z "$1" ] || [ "$1" == "help" ]; then
rollback [VERSION] Rollback database migrations (needs to be done before downgrading)
and any mix tasks under Pleroma namespace, for example \`mix pleroma.user COMMAND\` is
- equialent to \`$(basename "$0") user COMMAND\`
+ equivalent to \`$(basename "$0") user COMMAND\`
"
else
SCRIPT=$(readlink -f "$0")