Fix minor typos in comments (!71)

Closes !71 - Fix minor typos in comments
This commit is contained in:
Yuri Chornoivan 2021-02-20 11:52:02 +02:00 committed by Mike Fleetwood
parent 93baad9bfe
commit 85c76b75d2
4 changed files with 4 additions and 4 deletions

View file

@ -435,7 +435,7 @@ void DMRaid::get_partition_dev_map_entries( const Partition & partition, std::ve
bool DMRaid::delete_affected_dev_map_entries( const Partition & partition, OperationDetail & operationdetail )
{
//Delete all affected dev mapper entries (logical partitions >= specificied partition)
// Delete all affected dev mapper entries (logical partitions >= specified partition)
std::vector<Glib::ustring> affected_entries ;
Glib::ustring command ;

View file

@ -436,7 +436,7 @@ void Dialog_Rescue_Data::read_partitions_from_buffer()
/*
* Checks if the guessed partition is overlaping some active partition
* Checks if the guessed partition is overlapping some active partition
*/
bool Dialog_Rescue_Data::is_overlaping(int nPart)
{

View file

@ -3557,7 +3557,7 @@ bool GParted_Core::calculate_exact_geom( const Partition & partition_old,
if ( constraint )
{
//FIXME: if we insert a weird partitionnew geom here (e.g. start > end)
//ped_disk_set_partition_geom() will still return true (althoug an lp exception is written
//ped_disk_set_partition_geom() will still return true (although an lp exception is written
//to stdout.. see if this also affect create_partition and resize_move_partition
//sended a patch to fix this to libparted list. will probably be in 1.7.2
if ( ped_disk_set_partition_geom( lp_disk,

View file

@ -108,7 +108,7 @@ Win_GParted::Win_GParted( const std::vector<Glib::ustring> & user_devices )
init_toolbar() ;
vbox_main.pack_start( hbox_toolbar, Gtk::PACK_SHRINK );
//drawingarea_visualdisk... ( contains the visual represenation of the disks )
//drawingarea_visualdisk... ( contains the visual representation of the disks )
drawingarea_visualdisk .signal_partition_selected .connect(
sigc::mem_fun( this, &Win_GParted::on_partition_selected ) ) ;
drawingarea_visualdisk .signal_partition_activated .connect(