Skip to content

Commit 3960c35

Browse files
Fix spelling errors
1 parent 13b1945 commit 3960c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Version 7.1.0 - 25 September 2019
346346
- Upgrade Symfony and dependencies to version 4.3.
347347
- Use Doctrine for migrations and initial data.
348348
- Add option (enabled by default) to limit files passed to
349-
language compilers by langauge extension list.
349+
language compilers by language extension list.
350350
- Add option to add a whole team category to a contest.
351351
- Allow admin to specify print command using configuration setting.
352352
- Show metadata for judging runs.

webapp/migrations/Version20251024122021.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function up(Schema $schema): void
2323
// - First we drop the foreign keys from tables referencing langid. We also drop compound
2424
// - Then we add a temporary integer langid column to all these tables, since we can't
2525
// change the langid column itself, because MySQL will try to convert the strings to
26-
// integers and fail. We set the langid column in the langauge table to auto increment,
26+
// integers and fail. We set the langid column in the language table to auto increment,
2727
// so it's filled by MySQL.
2828
// - Now we copy the langid_int values to other tables.
2929
// - Then we drop the old langid columns and drop any (compound) primary keys that use it.

0 commit comments

Comments
 (0)