Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
khumnath committed Sep 24, 2024
1 parent 7546eff commit 79a5e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendarwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CalendarWindow : public QMainWindow
~CalendarWindow();
QString getBikramMonthName(int month) {
QStringList bikramMonths = {"बैशाख", "जेठ", "असार", "श्रावण", "भाद्र",
"अश्विन", "कार्तिक", "मंसिर", "पौष", "माघ",
"आश्विन", "कार्तिक", "मंसिर", "पौष", "माघ",
"फाल्गुन", "चैत"};
if (month >= 1 && month <= 12) {
return bikramMonths[month - 1];
Expand Down

0 comments on commit 79a5e2f

Please sign in to comment.