Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 19, 2022
1 parent fdaf332 commit 89d7290
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Minesweeper/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,13 @@ MainWindow::MainWindow()
m_howToPlayText.setString(
"The board has divided into cells based\n"
"on difficulty. The mines are randomly\n"
"distrubuted after your first click.\n"
"The numbers show how many mines around\n"
"them. With that in mind, you can right\n"
"click and flag a cell if you thing that\n"
"cell contains a mine. To win you need\n"
"to open all cells that doesn't contain\n"
"a mine.\n\n\n\n"
"distributed after your first click.\n"
"The numbers show how many mines placed\n"
"around them. With that in mind, you can\n"
"right click and flag a cell if you thing\n"
"that cell contains a mine. To win you\n"
"need to open all cells that doesn't\n"
"contain a mine.\n\n\n\n"
"Easy: 8x8 board, contains 10 mines\n"
"Normal: 16x16 board, contains 40 mines\n"
"Hard: 32x16 board, contains 99 mines\n"
Expand Down

0 comments on commit 89d7290

Please sign in to comment.