From 61f46e77e0b54861b419eac45f88f004221d4bac Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 21 Jun 2019 16:38:15 +0200 Subject: [PATCH] [libcalamares] Typo-fix in comment --- src/libcalamares/partition/Mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcalamares/partition/Mount.h b/src/libcalamares/partition/Mount.h index 0bde9b21b..041e7e757 100644 --- a/src/libcalamares/partition/Mount.h +++ b/src/libcalamares/partition/Mount.h @@ -52,7 +52,7 @@ DLLEXPORT int mount( const QString& devicePath, * * 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() );