From d741fe4a00cc0d5fcbdf58e359e9dca5df3e9d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 9 Oct 2017 17:37:16 +0100 Subject: [PATCH] Fix a typo in a comment. --- src/core/partition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/partition.h b/src/core/partition.h index 0cd5e6d..502f0d3 100644 --- a/src/core/partition.h +++ b/src/core/partition.h @@ -63,7 +63,7 @@ class QTextStream; /** A partition or some unallocated space on a Device. - Repesent partitions in a PartitionTable on a Device. Partitions can be unallocated, thus not all + Represent partitions in a PartitionTable on a Device. Partitions can be unallocated, thus not all instances really are partitions in the way the user would see them. Extended partitions have child objects that represent the logicals inside them.