summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfdisk/src/label.c')
-rw-r--r--libfdisk/src/label.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libfdisk/src/label.c b/libfdisk/src/label.c
index 68f73f143..a18cdeaff 100644
--- a/libfdisk/src/label.c
+++ b/libfdisk/src/label.c
@@ -247,7 +247,7 @@ const struct fdisk_field *fdisk_label_get_field_by_name(
* fdisk_write_disklabel:
* @cxt: fdisk context
*
- * This function wipes the device (if eanbled by fdisk_enable_wipe() and than
+ * This function wipes the device (if enabled by fdisk_enable_wipe()) and then
* it writes in-memory changes to disk. Be careful!
*
* Returns: 0 on success, otherwise, a corresponding error.
@@ -637,7 +637,7 @@ int fdisk_label_is_disabled(const struct fdisk_label *lb)
* @ma: maximal number
*
* The function provides minimal and maximal geometry supported for the label,
- * if no range defined by library than returns -ENOSYS.
+ * if no range defined by library then returns -ENOSYS.
*
* Since: 2.32
*
@@ -662,7 +662,7 @@ int fdisk_label_get_geomrange_sectors(const struct fdisk_label *lb,
* @ma: maximal number
*
* The function provides minimal and maximal geometry supported for the label,
- * if no range defined by library than returns -ENOSYS.
+ * if no range defined by library then returns -ENOSYS.
*
* Since: 2.32
*
@@ -687,7 +687,7 @@ int fdisk_label_get_geomrange_heads(const struct fdisk_label *lb,
* @ma: maximal number
*
* The function provides minimal and maximal geometry supported for the label,
- * if no range defined by library than returns -ENOSYS.
+ * if no range defined by library then returns -ENOSYS.
*
* Since: 2.32
*