From 465241b3901bdd86a331634a994651b4eff2e5e8 Mon Sep 17 00:00:00 2001 From: Phillip Seitzer Date: Wed, 12 Jun 2019 14:53:52 -0700 Subject: [PATCH] Fixed typo. --- src/maven/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maven/mainwindow.cpp b/src/maven/mainwindow.cpp index e0dcabf7..9b8d30e4 100644 --- a/src/maven/mainwindow.cpp +++ b/src/maven/mainwindow.cpp @@ -278,7 +278,7 @@ MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) { if (settings->contains("closeEvent") and settings->value("closeEvent").toInt() == 0) { setUrl("http://genomics-pubs.princeton.edu/mzroll/index.php?show=bugs", - "Woops.. did the program crash last time? Would you like to report a bug?"); + "Whoops.. did the program crash last time? Would you like to report a bug?"); } settings->setValue("closeEvent", 0 );