Fix a typo in the comment.

This commit is contained in:
Andrius Štikonas 2018-08-01 00:58:24 +01:00
parent 0201171956
commit 3524977006
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <sys/utsname.h>
/** 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) :