]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix misspellings
authorRafael Fontenelle <rafaelff@gnome.org>
Thu, 22 Apr 2021 23:31:05 +0000 (20:31 -0300)
committerRafael Fontenelle <rafaelff@gnome.org>
Thu, 22 Apr 2021 23:31:05 +0000 (20:31 -0300)
libfdisk/src/dos.c
man-common/manpage-stub.adoc
meson.build
misc-utils/lsblk-mnt.c
schedutils/uclampset.c
sys-utils/hwclock.c

index 543856f182e76e9f86d36ae43f93723a7e971275..4368e52666d911ec12a7108b789cb1c430856b74 100644 (file)
@@ -1878,7 +1878,7 @@ static int dos_add_partition(struct fdisk_context *cxt,
                                }
                                fdisk_info(cxt, msg);
                        }
-                       DBG(LABEL, ul_debug("DOS: tring logical"));
+                       DBG(LABEL, ul_debug("DOS: trying logical"));
                        rc = add_logical(cxt, pa, &res);
                } else {
                        if (free_primary)
index 3ff22743f31866da95cb4b82ccc191a76404df9c..fb78f88fd3c4278873d3109b10f2c865640ec505 100644 (file)
@@ -37,7 +37,7 @@ Describe *foobar* briefly.
 *-o*, *--option* _value_::
 This option has a value.
 +
-For empty lines within a desription (to keep the indentation) you can use the "plus" character at the beginning of an otherwise empty line.
+For empty lines within a description (to keep the indentation) you can use the "plus" character at the beginning of an otherwise empty line.
 
 //Last but not least, don't forget the common options:
 *-V*, *--version*::
index 885812f43b80fc306b09531dfe6bbface5964010..ddf1015fc04e07d7e2d0ba5ed429963aeda5486f 100644 (file)
@@ -511,7 +511,7 @@ funcs = '''
 
 foreach func: funcs
   have = cc.has_function(func)
-  # For autotools compatiblity, use either #define FOO 1 or #undef FOO.
+  # For autotools compatibility, use either #define FOO 1 or #undef FOO.
   # This makes little sense, but is necessary to avoid warnings about
   # redefined macros from Python.h, which uses this convention.
   conf.set('HAVE_' + func.to_upper(), have ? 1 : false)
index 5635073b0fc94c45fe0f208898f5ea61561186c7..9f6ba0dffd93c5cf0e816a33e4804b74a50000b9 100644 (file)
@@ -112,7 +112,7 @@ struct libmnt_fs **lsblk_device_get_filesystems(struct lsblk_device *dev, size_t
                add_filesystem(dev, fs);
        }
 
-       /* Try mnt_table_find_srcpath() which also cannonicalize patchs, etc.
+       /* Try mnt_table_find_srcpath() which also canonicalizes patches, etc.
         */
        if (!dev->nfss) {
                fs = get_active_swap(dev->filename);
index b6a4234542c7b188a507273bf2b1ae00a9b6ff44..444e350f41bc5c69bce55da2588794409e3c56af 100644 (file)
@@ -97,7 +97,7 @@ static void show_uclamp_pid_info(pid_t pid, char *cmd)
                comm = proc_get_command_name(pid);
 
        printf(_("%s (%d) util_clamp: min: %d max: %d\n"),
-              comm ? : "uknown", pid, sa.sched_util_min, sa.sched_util_max);
+              comm ? : "unknown", pid, sa.sched_util_min, sa.sched_util_max);
 
        if (!cmd)
                free(comm);
index 81ac64695ce2ff01da3b97440b1dfd10afe6dbda..718e5cf9a805a2e7ca9a882ffc743d8e6e275d19 100644 (file)
@@ -23,7 +23,7 @@
  * Reshuffled things, added sparc code, and re-added alpha stuff
  * by David Mosberger <davidm@azstarnet.com>
  * and Jay Estabrook <jestabro@amt.tay1.dec.com>
- * and Martin Ostermann <ost@coments.rwth-aachen.de>, aeb@cwi.nl, 990212.
+ * and Martin Ostermann <ost@comnets.rwth-aachen.de>, aeb@cwi.nl, 990212.
  *
  * Fix for Award 2094 bug, Dave Coffin (dcoffin@shore.net) 11/12/98
  * Change of local time handling, Stefan Ring <e9725446@stud3.tuwien.ac.at>