From 352497700635b7a268626b1116842a665e7b8a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 1 Aug 2018 00:58:24 +0100 Subject: [PATCH] Fix a typo in the comment. --- src/util/report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/report.cpp b/src/util/report.cpp index e688d32..1449333 100644 --- a/src/util/report.cpp +++ b/src/util/report.cpp @@ -27,7 +27,7 @@ #include /** Creates a new Report instance. - @param p pointer to the parent instance. May be nullptr ig this is a new root Report. + @param p pointer to the parent instance. May be nullptr if this is a new root Report. @param cmd the command */ Report::Report(Report* p, const QString& cmd) :