]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix various typos
authorYuri Chornoivan <yurchor@ukr.net>
Thu, 11 Apr 2013 17:51:39 +0000 (20:51 +0300)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Apr 2013 10:50:03 +0000 (12:50 +0200)
fdisks/fdisk-ask.c
fdisks/fdiskdoslabel.c
fdisks/fdisksunlabel.c
libfdisk/src/gpt.c
libmount/src/context.c
misc-utils/lsblk.c
sys-utils/mount.8
sys-utils/setpriv.c
text-utils/more.c

index 9d2f87ac3e3f68a41c4432831980cf45dc8ff118..7495d8515ffd1181b93e55063c6f7502445e6401 100644 (file)
@@ -207,7 +207,7 @@ int ask_callback(struct fdisk_context *cxt, struct fdisk_ask *ask,
                DBG(ASK, dbgprint("yes-no ask: reply '%s' [rc=%d]", buf, rc));
                break;
        default:
-               warnx(_("internal error: unssuported dialog type %d"), fdisk_ask_get_type(ask));
+               warnx(_("internal error: unsupported dialog type %d"), fdisk_ask_get_type(ask));
                return -EINVAL;
        }
        return rc;
index fe04ac7dc1619848c7a95499384db4f6d78f32a3..66e3bdc389c9d1bf269e81a1f2857fb653399d8c 100644 (file)
@@ -1096,8 +1096,8 @@ static int dos_set_parttype(
 
        if (is_dos_partition(t->type) || is_dos_partition(p->sys_ind))
            printf(
-               _("\nWARNING: If you have created or modified any DOS 6.x"
-               "partitions, please see the fdisk manual page for additional"
+               _("\nWARNING: If you have created or modified any DOS 6.x "
+               "partitions, please see the fdisk manual page for additional "
                "information.\n\n"));
 
        p->sys_ind = t->type;
index 2226f4c778f16d7661680072f69c1bf412979aec..97819af5943a87f8607314c1dfe0081ca9252daf 100644 (file)
@@ -136,7 +136,7 @@ static int sun_probe_label(struct fdisk_context *cxt)
                csum ^= *ush--;
 
        if (csum) {
-               fdisk_warnx(cxt, _("Detected sun disklabel with wrong checsum.\n"
+               fdisk_warnx(cxt, _("Detected sun disklabel with wrong checksum.\n"
                              "Probably you'll have to set all the values,\n"
                              "e.g. heads, sectors, cylinders and partitions\n"
                              "or force a fresh label (s command in main menu)"));
index 482d4537cc997a8a51645c84f50ba571ec34b8fc..b929b843aa12a6435e20a0911d214fa964726674 100644 (file)
@@ -165,7 +165,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 evironmnet")),
+       DEF_GUID("DE94BBA4-06D1-4D40-A16A-BFD50179D6AC", N_("Windows recovery evironment")),
        DEF_GUID("37AFFC90-EF7D-4E96-91C3-2D7AE055B174", N_("IBM General Parallel Fs")),
 
        /* HP-UX */
index af16f647217b90105aa39d7e2a7496d403fa4647..08e3951f990a01c758a2ce04cd69f3625936d5ea 100644 (file)
@@ -857,7 +857,7 @@ int mnt_context_set_options_pattern(struct libmnt_context *cxt, const char *patt
  * @cxt: mount context
  * @tb: fstab
  *
- * The mount context reads /etc/fstab to the the private struct libmnt_table by default.
+ * The mount context reads /etc/fstab to the private struct libmnt_table by default.
  * This function allows to overwrite the private fstab with an external
  * instance. Note that the external instance is not deallocated by mnt_free_context().
  *
index 41f772a6f6e91f780bbb7a784b19c94632edde15..8845e2e436e4835f8f62cd9366a1d492bc5018ad 100644 (file)
@@ -1363,7 +1363,7 @@ static void __attribute__((__noreturn__)) help(FILE *out)
        fputs(_(" -l, --list           use list format output\n"), out);
        fputs(_(" -n, --noheadings     don't print headings\n"), out);
        fputs(_(" -o, --output <list>  output columns\n"), out);
-       fputs(_(" -p, --paths          print complate device path\n"), out);
+       fputs(_(" -p, --paths          print complete device path\n"), out);
        fputs(_(" -P, --pairs          use key=\"value\" output format\n"), out);
        fputs(_(" -r, --raw            use raw output format\n"), out);
        fputs(_(" -s, --inverse        inverse dependencies\n"), out);
index 626d86169161bfe341e804d5669b38f55e6d4108..078b6ed4e17b3c4841b06a00ac533963480134d1 100644 (file)
@@ -719,7 +719,7 @@ and
 support filesystem subtypes.  The subtype is defined by '.subtype' suffix.  For
 example  'fuse.sshfs'. It's recommended to use subtype notation rather than add
 any prefix to the mount source (for example 'sshfs#example.com' is
-depreacated).
+deprecated).
 
 For most types all the
 .B mount
index a547fd7ca1aa8a4682898a182ef17c76ea947774..9db3b9db9acbaaea39b234949848beb432d71861 100644 (file)
@@ -793,7 +793,7 @@ int main(int argc, char **argv)
 
        if (opts.have_securebits)
                if (prctl(PR_SET_SECUREBITS, opts.securebits, 0, 0, 0) != 0)
-                       err(SETPRIV_EXIT_PRIVERR, _("set procecess securebits failed"));
+                       err(SETPRIV_EXIT_PRIVERR, _("set process securebits failed"));
 
        if (opts.bounding_set) {
                do_caps(CAPNG_BOUNDING_SET, opts.bounding_set);
index 496b1168f432405dd2e60743324cc850c74cf336..66de2bf9432b04f41f4c5f1fb070a28913977299 100644 (file)
@@ -1774,7 +1774,7 @@ void initterm(void)
                {
                        int tgrp;
                        /* Wait until we're in the foreground before we
-                        * save the the terminal modes. */
+                        * save the terminal modes. */
                        if ((tgrp = tcgetpgrp(fileno(stdout))) < 0) {
                                perror("tcgetpgrp");
                                exit(EXIT_FAILURE);