From 74dd8d7f51e0ea1b1aa750a23fc9c6d411779f0c Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Fri, 28 Aug 2020 14:55:33 -0400 Subject: [PATCH] Fix spelling typo --- oscar/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp index 196e1ba7..ad0d271f 100644 --- a/oscar/mainwindow.cpp +++ b/oscar/mainwindow.cpp @@ -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();