Skip to content

Commit 8b9ea15

Browse files
author
morten.lund@maskon.no
committed
spelling
1 parent 4e08d72 commit 8b9ea15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/partitioning.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule AshPostgres.Partitioning do
4848
|> tenant_schema(resource)
4949

5050
if partition_exists?(repo, resource, partition_name, opts) do
51-
{:error, :allready_exists}
51+
{:error, :already_exists}
5252
else
5353
Ecto.Adapters.SQL.query(
5454
repo,

0 commit comments

Comments
 (0)