Skip to content

Commit cff5881

Browse files
committed
Spell check fix
1 parent 3466118 commit cff5881

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Calendar/CalLogHelpers/CalLogCSVFunctions.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function CreateExternalMasterIDMap {
109109
$AllFolderNames = @($script:GCDO | Where-Object { $_.ExternalSharingMasterId -eq $ExternalID } | Select-Object -ExpandProperty OriginalParentDisplayName | Select-Object -Unique)
110110

111111
# Default calendar folder names across the top localized versions of Exchange
112+
# cSpell:ignore Kalender Calendario Calendrier Calendário Календарь
112113
$DefaultCalendarNames = [System.Collections.Generic.HashSet[string]]::new([StringComparer]::OrdinalIgnoreCase)
113114
[void]$DefaultCalendarNames.Add('Calendar') # English
114115
[void]$DefaultCalendarNames.Add('Kalender') # German, Dutch, Swedish, Norwegian, Danish

0 commit comments

Comments
 (0)