Skip to content

Fix spelling error: 'upcomming' -> 'upcoming' across the codebase #825

Description

@Dotify71

Description:
While exploring the codebase, I noticed that the word "upcoming" is misspelled as "upcomming" (with a double 'm') across several filenames, class names, and variables.

For consistency and code readability, we should fix this typo throughout the project.

Files affected include (but are not limited to):

  • lib/controllers/upcomming_rooms_controller.dart
  • lib/models/appwrite_upcomming_room.dart
  • lib/views/widgets/upcomming_room_tile.dart

Classes/Variables affected:

  • UpCommingListTile -> UpcomingListTile
  • AppwriteUpcommingRoom -> AppwriteUpcomingRoom
  • upcommingRoomsController -> upcomingRoomsController

Steps to Reproduce / Proposed Changes:

  1. Rename the affected files to use upcoming_ instead of upcomming_.
  2. Do a global find and replace for upcomming -> upcoming and UpComming -> Upcoming.
  3. Verify that all imports are updated correctly so the app still compiles.

I'd be happy to open a PR for this if it's assigned to me!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions