OSDN Git Service

Fix 2 typos.
authorGilles Espinasse <g.esp@free.fr>
Tue, 18 Aug 2009 08:24:07 +0000 (10:24 +0200)
committerJoel Granados Moreno <jgranado@redhat.com>
Fri, 21 Aug 2009 09:08:16 +0000 (11:08 +0200)
* libparted/labels/fdasd.c (fdasd_enqueue_new_partition): Fix typo in
comment.
* parted/parted.c (_init_commands): Fix typo in message.

libparted/labels/fdasd.c
parted/parted.c

index 0311bdc..cb9404e 100644 (file)
@@ -967,7 +967,7 @@ fdasd_enqueue_new_partition (fdasd_anchor_t *anc)
                        anc->fspace_trk = p->start_trk - FIRST_USABLE_TRK;
                }
        } else {
-               /* there are partitons in front of the new one */
+               /* there are partitions in front of the new one */
                if (p->start_trk == p->prev->end_trk + 1) {
                        /* new partition is right behind the previous one */
                        p->fspace_trk = p->prev->fspace_trk - p->len_trk;
index 17b2b6c..addd775 100644 (file)
@@ -2182,7 +2182,7 @@ NULL),
                 do_mkfs,
                 str_list_create (
 _("mkfs NUMBER FS-TYPE                      make a FS-TYPE file "
-  "system on partititon NUMBER"),
+  "system on partition NUMBER"),
 NULL),
                 str_list_create (_(number_msg), _(mkfs_fs_type_msg), NULL), 1));