]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
misc: fix typos
authorSami Kerola <kerolasa@iki.fi>
Sun, 26 Nov 2017 17:27:20 +0000 (17:27 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 28 Nov 2017 13:39:13 +0000 (14:39 +0100)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
libfdisk/src/context.c
libsmartcols/src/line.c
login-utils/su-common.c
misc-utils/wipefs.8
text-utils/column.1

index fb7ad4b443c6be31c119a7428d44f26d50ae820a..95d17acde90b26e548c9fd30c8b6cd9215a186e0 100644 (file)
@@ -433,7 +433,7 @@ const char *fdisk_get_collision(struct fdisk_context *cxt)
  * fdisk_is_ptcollision:
  * @cxt: fdisk context
  *
- * The collision detected by libblkid (usally another partition table). Note
+ * The collision detected by libblkid (usually another partition table). Note
  * that libfdisk does not support all partitions tables, so fdisk_has_label()
  * may return false, but fdisk_is_ptcollision() may return true.
  *
index 6c64e7f620e2a952aba9b5a30b278462291338bd..ace6239ae9dbbf20f0a4b7eb977f7f657ae2f000 100644 (file)
@@ -160,7 +160,7 @@ int scols_line_move_cells(struct libscols_line *ln, size_t newn, size_t oldn)
        /* remember data from old position */
        memcpy(&ce, &ln->cells[oldn], sizeof(struct libscols_cell));
 
-       /* remove old possition (move data behind oldn to oldn) */
+       /* remove old position (move data behind oldn to oldn) */
        if (oldn + 1 < ln->ncells)
                memmove(ln->cells + oldn, ln->cells + oldn + 1,
                        (ln->ncells - oldn - 1) * sizeof(struct libscols_cell));
index b9deeeab14a34469a798b2f9e4d8eefbc85f5a8a..0ba6d19534efe4282dbe0a460e78b2906b5bc940 100644 (file)
@@ -130,7 +130,7 @@ struct su_context {
        const char      *tty_number;            /* end of the tty_path */
 
        char            *new_user;              /* wanted user */
-       char            *old_user;              /* orginal user */
+       char            *old_user;              /* original user */
 
        pid_t           child;                  /* fork() baby */
        int             childstatus;            /* wait() status */
index 5d768f2f97e2de290463ec1646cedc6a790e7576..0685c1ac966311acffa0959f545a9ba3544eddd7 100644 (file)
@@ -114,7 +114,7 @@ Display version information and exit.
 .SH EXAMPLES
 .TP
 .BR "wipefs /dev/sda*"
-Prints infomation about sda and all partitions on sda.
+Prints information about sda and all partitions on sda.
 .TP
 .BR "wipefs --all --backup /dev/sdb"
 Erases all signatures from the device /dev/sdb and creates a signature backup
index b22468049dae17b3b0ca80449b5966aadb18bf9f..3e6aa3b3280eb23bb72df78ff8a3e021da08485c 100644 (file)
@@ -81,7 +81,7 @@ supplied using the \fB\-\-output\-separator\fP option.
 Table output is useful for pretty-printing.
 .IP "\fB\-N, \-\-table-columns\fP \fInames\fP"
 Specify the columns names by comma separated list of names. The names are used
-for the table header or to addres column in option arguments.
+for the table header or to address column in option arguments.
 .IP "\fB\-R, \-\-table-right\fP \fIcolumns\fP"
 Right align text in the specified columns.
 .IP "\fB\-T, \-\-table-truncate\fP \fIcolumns\fP"