[partition] Fix typo

This commit is contained in:
Adriaan de Groot 2020-07-07 23:46:51 +02:00
parent 313531bc4b
commit 7f1a59f02b

View file

@ -96,14 +96,14 @@ static inline bool
isZRam( const Device* device )
{
const QString path = device->deviceNode();
return path.startswith( "/dev/zram" );
return path.startsWith( "/dev/zram" );
}
static inline bool
isFloppyDrive( const Device* device )
{
const QString path = device->deviceNode();
return path.startswith( "/dev/fd" ) || path.startswith( "/dev/floppy" );
return path.startsWith( "/dev/fd" ) || path.startsWith( "/dev/floppy" );
}
static inline QDebug&