Skip to content

Commit 007f3b1

Browse files
authored
Fix typo in platform name output
`Platfotm` -> `Platform`
1 parent e4c6f95 commit 007f3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Desktop/gui/aboutmodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ QString AboutModel::systemInfo()
8282
info += "Kernel Version: " + QSysInfo::kernelVersion() + "\n";
8383
info += "Architecture: " + QSysInfo::currentCpuArchitecture() + "\n";
8484
info += "Install Path: " + QCoreApplication::applicationDirPath() + "\n";
85-
info += "Platfotm Name: " + QGuiApplication::platformName() + "\n";
85+
info += "Platform Name: " + QGuiApplication::platformName() + "\n";
8686
info += "System Local: " + QLocale::system().name() + "\n\n";
8787

8888
process.start(command, arguments);

0 commit comments

Comments
 (0)