diff options
| author | Sebastian Rasmussen <sebras@gmail.com> | 2016-05-29 23:11:53 +0200 |
|---|---|---|
| committer | Sebastian Rasmussen <sebras@gmail.com> | 2016-05-31 23:40:21 +0200 |
| commit | 9e93004171eb0c4c288051b2d7bb37f97a0ae430 (patch) | |
| tree | 369493906bb3c1c6f2554609c737ada0230f4b2e /lib/strutils.c | |
| parent | d35df4db5bb6164b4f4f378e92394333ef5c68a3 (diff) | |
| download | util-linux-9e93004171eb0c4c288051b2d7bb37f97a0ae430.tar.gz | |
misc: Fix various typos
Fix various typos in error messages, warnings, debug strings,
comments and names of static functions.
Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
Diffstat (limited to 'lib/strutils.c')
| -rw-r--r-- | lib/strutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strutils.c b/lib/strutils.c index d5bb2db133..8c47c819f0 100644 --- a/lib/strutils.c +++ b/lib/strutils.c @@ -44,7 +44,7 @@ static int do_scale_by_power (uintmax_t *x, int base, int power) * for example: * 10KB = 10000 * - * The optinal 'power' variable returns number associated with used suffix + * The optional 'power' variable returns number associated with used suffix * {K,M,G,T,P,E,Z,Y} = {1,2,3,4,5,6,7,8}. * * The function also supports decimal point, for example: |
