[gparted] Fix minor typos in comments (!71)



commit 85c76b75d281b4455c0d24842facd4fcfd867afa
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Sat Feb 20 11:52:02 2021 +0200

    Fix minor typos in comments (!71)
    
    Closes !71 - Fix minor typos in comments

 src/DMRaid.cc             | 2 +-
 src/Dialog_Rescue_Data.cc | 2 +-
 src/GParted_Core.cc       | 2 +-
 src/Win_GParted.cc        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/DMRaid.cc b/src/DMRaid.cc
index a21741ef..25fec802 100644
--- a/src/DMRaid.cc
+++ b/src/DMRaid.cc
@@ -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 ;
diff --git a/src/Dialog_Rescue_Data.cc b/src/Dialog_Rescue_Data.cc
index a38afdc6..2aaf6bec 100644
--- a/src/Dialog_Rescue_Data.cc
+++ b/src/Dialog_Rescue_Data.cc
@@ -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)
 {
diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc
index 23187332..9a4e2e6f 100644
--- a/src/GParted_Core.cc
+++ b/src/GParted_Core.cc
@@ -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,
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index a35c28ad..dc7c895d 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -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( 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]