Skip to content

Commit

Permalink
Fixes typos.
Browse files Browse the repository at this point in the history
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
  • Loading branch information
Faraz Samapoor committed Nov 8, 2023
1 parent c1a0b26 commit ccf63b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Migration/TableSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/**
* Database definition for installing and migrations
* These definitions contain the base database layout
* used for initial migration to version 3.x from all prior versoins
* used for initial migration to version 3.x from all prior versions
*/

abstract class TableSchema {
Expand Down Expand Up @@ -125,7 +125,7 @@ abstract class TableSchema {
'polls_txts', // dropped in 0.9
'polls_particip', // dropped in 0.9
'polls_particip_text', // dropped in 0.9
'polls_test', // invalid table, accidentially introduced in an old beta version
'polls_test', // invalid table, accidentally introduced in an old beta version
];

/**
Expand Down

0 comments on commit ccf63b8

Please sign in to comment.