From 79a3f0090a8c8f234ecd5c72497562c24422f354 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:22:33 +0700 Subject: [PATCH] Fix typos in Droplistmenu/GamesCalender.py --- Droplistmenu/GamesCalender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Droplistmenu/GamesCalender.py b/Droplistmenu/GamesCalender.py index 12a29d110e6..48ff7c9d5a6 100644 --- a/Droplistmenu/GamesCalender.py +++ b/Droplistmenu/GamesCalender.py @@ -53,7 +53,7 @@ def show(): # Create button, it will change label text -button = Button(window, text="Add to calender", command=show).place(x=100, y=200) +button = Button(window, text="Add to calendar", command=show).place(x=100, y=200) # Create Label label = Label(window, text=" ")