From 89d7290e9705e7d721f9f3a264e5d55538c7701c Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 19 Aug 2022 12:44:05 +0300 Subject: [PATCH] Fixed a typo --- Minesweeper/MainWindow.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Minesweeper/MainWindow.cpp b/Minesweeper/MainWindow.cpp index f6b11ff..2e61769 100644 --- a/Minesweeper/MainWindow.cpp +++ b/Minesweeper/MainWindow.cpp @@ -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"