mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix spelling typo
This commit is contained in:
parent
d5778bafb6
commit
74dd8d7f51
@ -838,8 +838,9 @@ QStringList getDriveList()
|
||||
}
|
||||
#endif
|
||||
#if defined(Q_OS_LINUX)
|
||||
QString mntName("/mnt/chromeos/removeable");
|
||||
QString mntName("/mnt/chromeos/removable");
|
||||
QDir mnt(mntName);
|
||||
qDebug() << "Checking for" << mntName;
|
||||
if ( mnt.exists() ) {
|
||||
qDebug() << "Checking Crostini removable folders";
|
||||
QFileInfoList mntPts = mnt.entryInfoList();
|
||||
|
Loading…
Reference in New Issue
Block a user