gpart(8): Fix two typos in source code comments

- s/partiton/partition/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 18:01:55 +02:00
parent 4a87beeccb
commit 81ed3cae69

View File

@ -158,7 +158,7 @@ METHOD void dumpconf {
const char *indent;
};
# dumpto() - return whether the partiton can be used for kernel dumps.
# dumpto() - return whether the partition can be used for kernel dumps.
METHOD int dumpto {
struct g_part_table *table;
struct g_part_entry *entry;