diff --git a/lib/ui/viewer/actions/file_selection_actions_widget.dart b/lib/ui/viewer/actions/file_selection_actions_widget.dart index ef5a694518c872cf3f63d5149b2b5f487650a98a..a9a2df79e7b360e75e57eda3a25dbbb8563f425a 100644 --- a/lib/ui/viewer/actions/file_selection_actions_widget.dart +++ b/lib/ui/viewer/actions/file_selection_actions_widget.dart @@ -51,7 +51,7 @@ class _FileSelectionActionWidgetState extends State { late CollectionActions collectionActions; late bool isCollectionOwner; - // _cachedCollectionForSharedLink is primarly used to avoid creating duplicate + // _cachedCollectionForSharedLink is primarily used to avoid creating duplicate // links if user keeps on creating Create link button after selecting // few files. This link is reset on any selection changed; Collection? _cachedCollectionForSharedLink;