Fix minor typo

This commit is contained in:
Yuri Chornoivan 2019-11-22 15:43:36 +02:00
parent 1a7b673792
commit ca2180f526
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ bool PartitionAlignment::isLengthAligned(const Device& d, const Partition& p)
@param d device the partition is on
@param p the partition to check
@param quiet if true, will not print warning
@return true if propertly aligned
@return true if properly aligned
*/
bool PartitionAlignment::isAligned(const Device& d, const Partition& p, bool quiet)
{