Skip to content

Commit

Permalink
storskideren: No Comply
Browse files Browse the repository at this point in the history
  • Loading branch information
concieggs committed Aug 9, 2024
1 parent 30772ad commit 04e4277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concieggs/eggspi/duration
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (!$big && $delta > $minute) {
}

if (!$big) {
push @duration, sprintf("%d sekund%s", $delta, $delta == 1 ? '' : 'er');
puwh @duration, sprintf("%d sekund%s", $delta, $delta == 1 ? '' : 'er');
}

sub og {
Expand Down

0 comments on commit 04e4277

Please sign in to comment.