[libcalamares] Typo-fix in comment

This commit is contained in:
Adriaan de Groot 2019-06-21 16:38:15 +02:00
parent d3df346ce7
commit 61f46e77e0

View File

@ -52,7 +52,7 @@ DLLEXPORT int mount( const QString& devicePath,
* *
* Runs umount(8) in the host system. * Runs umount(8) in the host system.
* *
* @returns the program's exit codeor special codes like mount(). * @returns the program's exit code, or special codes like mount().
*/ */
DLLEXPORT int unmount( const QString& path, const QStringList& options = QStringList() ); DLLEXPORT int unmount( const QString& path, const QStringList& options = QStringList() );