Fix various typos

Fixes user-facing and non-user-facing typos

Found via `codespell -S "./vendor" -L ontext,rememberable,ridiculus,varius`
This commit is contained in:
luzpaz 2025-10-15 11:15:47 +00:00
parent 688a8e3561
commit 7d9739349b
20 changed files with 25 additions and 25 deletions

View file

@ -13,7 +13,7 @@ class Ticket < ApplicationRecord
scope :for_registration, -> { where(registration_ticket: true) }
# This validation is for the sake of simplicity.
# If we would allow different currencies per conference we also have to handle convertions between currencies!
# If we would allow different currencies per conference we also have to handle conversions between currencies!
validate :tickets_of_conference_have_same_currency
validates :price_cents, :price_currency, :title, presence: true