summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfdisk/src/context.c')
-rw-r--r--libfdisk/src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/context.c b/libfdisk/src/context.c
index fb7ad4b44..95d17acde 100644
--- a/libfdisk/src/context.c
+++ b/libfdisk/src/context.c
@@ -433,7 +433,7 @@ const char *fdisk_get_collision(struct fdisk_context *cxt)
* fdisk_is_ptcollision:
* @cxt: fdisk context
*
- * The collision detected by libblkid (usally another partition table). Note
+ * The collision detected by libblkid (usually another partition table). Note
* that libfdisk does not support all partitions tables, so fdisk_has_label()
* may return false, but fdisk_is_ptcollision() may return true.
*