[gparted] Fix typo in comment in xfs::write_label()



commit bf5c6bb618aeb8e302f3a27547a114961222a0c7
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Mon Jun 20 14:46:20 2022 +0100

    Fix typo in comment in xfs::write_label()

 src/xfs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/xfs.cc b/src/xfs.cc
index 7f40bc6f..86db3955 100644
--- a/src/xfs.cc
+++ b/src/xfs.cc
@@ -171,7 +171,7 @@ bool xfs::write_label( const Partition & partition, OperationDetail & operationd
                              " " + partition.get_mountpoint();
 
                execute_command(cmd, operationdetail);
-               // In a some error situations xfs_io reports exit status zero but writes a
+               // In some error situations xfs_io reports exit status zero and writes a
                // failure message to stdout.  Therefore determine success based on the
                // output starting with the fixed text, reporting the new label.
                bool success = output.compare(0, 9, "label = \"") == 0;


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