Fix spelling typo

This commit is contained in:
Phil Olynyk 2020-08-28 14:55:33 -04:00
parent d5778bafb6
commit 74dd8d7f51

View File

@ -838,8 +838,9 @@ QStringList getDriveList()
} }
#endif #endif
#if defined(Q_OS_LINUX) #if defined(Q_OS_LINUX)
QString mntName("/mnt/chromeos/removeable"); QString mntName("/mnt/chromeos/removable");
QDir mnt(mntName); QDir mnt(mntName);
qDebug() << "Checking for" << mntName;
if ( mnt.exists() ) { if ( mnt.exists() ) {
qDebug() << "Checking Crostini removable folders"; qDebug() << "Checking Crostini removable folders";
QFileInfoList mntPts = mnt.entryInfoList(); QFileInfoList mntPts = mnt.entryInfoList();