diff --git a/src/core/libparted.cpp b/src/core/libparted.cpp index 2e830ff..9af056e 100644 --- a/src/core/libparted.cpp +++ b/src/core/libparted.cpp @@ -247,7 +247,7 @@ static void scanDevicePartitions(PedDevice* pedDevice, Device& d, PedDisk* pedDi ped_disk_destroy(pedDisk); } -/** Destructs a LibParted object. */ +/** Constructs a LibParted object. */ LibParted::LibParted() { ped_exception_set_handler(pedExceptionHandler);