diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 011b71d4..d0c28d8a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -842,7 +842,7 @@ bool MainWindow::checkProjectVersion(Project *project) {
ErrorMessage msgBox(QStringLiteral("Your project may be incompatible!"), porysplash);
msgBox.setTextFormat(Qt::RichText);
msgBox.setInformativeText(QString("Make sure '%1' has all the required changes for Porymap version %2.
"
- "See Breaking Changes in the manul for more details")
+ "See Breaking Changes in the manual for more details")
.arg(project->getProjectTitle())
.arg(porymapVersion.majorVersion()));
auto tryAnyway = msgBox.addButton("Try Anyway", QMessageBox::ActionRole);