aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastianKrupinski <krupinskis05@gmail.com>2025-07-31 10:22:50 -0400
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-07-31 18:06:25 +0000
commitfb308aaa119a2977fa278116203b348afd360de7 (patch)
treeec67a2a5e6044f7e668226a0dcc01dd925b411c6
parent65a661f9f42bd53f253412cdc9e499fae7709d30 (diff)
downloadnextcloud-server-backport/54179/stable30.tar.gz
nextcloud-server-backport/54179/stable30.zip
fix: spelling mistakebackport/54179/stable30
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
-rw-r--r--apps/dav/lib/CalDAV/EventReader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/lib/CalDAV/EventReader.php b/apps/dav/lib/CalDAV/EventReader.php
index 008e43fe52f..e08f1eb6eb4 100644
--- a/apps/dav/lib/CalDAV/EventReader.php
+++ b/apps/dav/lib/CalDAV/EventReader.php
@@ -46,8 +46,8 @@ class EventReader {
7 => 'July', 8 => 'August', 9 => 'September', 10 => 'October', 11 => 'November', 12 => 'December'
];
protected array $relativePositionNamesMap = [
- 1 => 'First', 2 => 'Second', 3 => 'Third', 4 => 'Fourth', 5 => 'Fifty',
- -1 => 'Last', -2 => 'Second Last', -3 => 'Third Last', -4 => 'Fourth Last', -5 => 'Fifty Last'
+ 1 => 'First', 2 => 'Second', 3 => 'Third', 4 => 'Fourth', 5 => 'Fifth',
+ -1 => 'Last', -2 => 'Second Last', -3 => 'Third Last', -4 => 'Fourth Last', -5 => 'Fifth Last'
];
/**