]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix various typos
authorYuri Chornoivan <yurchor@ukr.net>
Sat, 28 Sep 2013 10:33:59 +0000 (13:33 +0300)
committerYuri Chornoivan <yurchor@ukr.net>
Sat, 28 Sep 2013 10:33:59 +0000 (13:33 +0300)
fdisks/fdisk.8
libfdisk/src/dos.c
libfdisk/src/gpt.c
sys-utils/losetup.8
sys-utils/losetup.c
term-utils/agetty.c

index 74e0342842b2b359f2cecf17856ee2b3ab5a4837..d36318d484ef3756074f93e946b0e55b3667d64a 100644 (file)
@@ -153,7 +153,7 @@ are known.  And second, even if we know what these numbers should be, the 24
 bits that are available do not suffice.  DOS uses C/H/S only, Windows uses
 both, Linux never uses C/H/S. The
 .B C/H/S addressing is deprecated
-and may be unssuported in some later fdisk version.
+and may be unsupported in some later fdisk version.
 
 .B Please, read the DOS-mode section if you want DOS compatible partitions.
 .B fdisk
@@ -188,7 +188,7 @@ are performed before exiting when the partition table has been updated.
 
 .SH "DOS mode and DOS 6.x WARNING"
 .B Note that all this deprecated. You don't have to care about things like
-.B geomery and cylinders on modern operation systems. If you really want
+.B geometry and cylinders on modern operation systems. If you really want
 .B DOS compatible partitioning then you have to enable DOS-mode and cylinder
 .B units by '-c=dos -u=cylinders' fdisk command line options.
 
index d9b1e745b2e970366af87d06ef27ea40a8747615..4340d35bd69f471d5331796c5220c5c16ae89857 100644 (file)
@@ -1251,7 +1251,7 @@ static int dos_add_partition(
                        rc = add_logical(cxt);
                } else
                        fdisk_info(cxt, _("If you want to create more than "
-                               "four partitions, you must replace a"
+                               "four partitions, you must replace a "
                                "primary partition with an extended "
                                "partition first."));
 
@@ -1421,7 +1421,7 @@ static int dos_set_parttype(
 
        if (is_dos_partition(t->type) || is_dos_partition(p->sys_ind))
            fdisk_info(cxt, _("If you have created or modified any DOS 6.x "
-               "partitions, please see the fdisk documantation for additional "
+               "partitions, please see the fdisk documentation for additional "
                "information."));
 
        p->sys_ind = t->type;
@@ -1585,7 +1585,7 @@ static int dos_list_disklabel(struct fdisk_context *cxt)
 
        if (is_garbage_table(cxt)) {
                fdisk_warnx(cxt, _(
-                       "This doesn't look like a partition table "
+                       "This doesn't look like a partition table. "
                        "Probably you selected the wrong device."));
        }
 
index d6817d4a3771fd1d70aca37fb8ee1f183e7825ae..a562999ecd79ebc5673eea52cbd0a56955fdd7b6 100644 (file)
@@ -150,7 +150,7 @@ static struct fdisk_parttype gpt_parttypes[] =
        DEF_GUID("EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", N_("Microsoft basic data")),
        DEF_GUID("5808C8AA-7E8F-42E0-85D2-E1E90434CFB3", N_("Microsoft LDM metadata")),
        DEF_GUID("AF9B60A0-1431-4F62-BC68-3311714A69AD", N_("Microsoft LDM data")),
-       DEF_GUID("DE94BBA4-06D1-4D40-A16A-BFD50179D6AC", N_("Windows recovery evironment")),
+       DEF_GUID("DE94BBA4-06D1-4D40-A16A-BFD50179D6AC", N_("Windows recovery environment")),
        DEF_GUID("37AFFC90-EF7D-4E96-91C3-2D7AE055B174", N_("IBM General Parallel Fs")),
 
        /* HP-UX */
index 9c4c7c92b05fc35137ce1ca2385f8e6f12afe2e1..c61a61e1b6cac34e1ac0837836aff967a5e25373 100644 (file)
@@ -140,7 +140,7 @@ from determining the status of the device.
 .I /dev/loop[0..N]
 loop block devices
 .TP
-.I /dev/loop-cotrol
+.I /dev/loop-control
 loop control device
 
 .SH EXAMPLE
index 5775d600e5c80e1777e3c86b0b6f0fd88a146352..f51411570a3aea04ac486a6326d182a1c265e960 100644 (file)
@@ -387,7 +387,7 @@ static void usage(FILE *out)
 
        fputs(_(" -l, --list                    list info about all or specified\n"), out);
        fputs(_(" -O, --output <cols>           specify columns to output for --list\n"), out);
-       fputs(_(" -n, --noheadings              don't print headings for --list ouput\n"), out);
+       fputs(_(" -n, --noheadings              don't print headings for --list output\n"), out);
        fputs(_("     --raw                     use raw --list output format\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
index 3033558bd47a9ceb2637633f617d41e658373bcb..92d5a3ccf472fd97b6631698ae17d38276a4fd96 100644 (file)
@@ -667,7 +667,7 @@ static void parse_args(int argc, char **argv, struct options *op)
                                else if (strcmp(optarg, "=auto") == 0)
                                        op->clocal = CLOCAL_MODE_AUTO;
                                else
-                                       log_err(_("unssuported --local-line mode argument"));
+                                       log_err(_("unsupported --local-line mode argument"));
                        }
                        break;
                case 'm':
@@ -1807,7 +1807,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
        fputs(_(" -i, --noissue              do not display issue file\n"), out);
        fputs(_(" -I, --init-string <string> set init string\n"), out);
        fputs(_(" -l, --login-program <file> specify login program\n"), out);
-       fputs(_(" -L, --local-line[=<mode>]  cotrol local line flag\n"), out);
+       fputs(_(" -L, --local-line[=<mode>]  control local line flag\n"), out);
        fputs(_(" -m, --extract-baud         extract baud rate during connect\n"), out);
        fputs(_(" -n, --skip-login           do not prompt for login\n"), out);
        fputs(_(" -o, --login-options <opts> options that are passed to login\n"), out);