Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
klemensn authored and mrts committed Sep 22, 2023
1 parent 882b2da commit 31615e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bool openLogFile(QFile& logFile)
}
QDir logFileDir {logFilePath};
if (!logFileDir.mkpath(logFileDir.absolutePath())) {
std::cerr << "Unable to create logifile directory '"
std::cerr << "Unable to create logfile directory '"
<< logFileDir.absolutePath().toStdString() << '\'' << std::endl;
return false;
}
Expand Down

0 comments on commit 31615e6

Please sign in to comment.