From: Martin Mares Date: Sat, 22 Jul 2017 20:20:05 +0000 (+0200) Subject: Xtype docs: Fixed a typo X-Git-Tag: v6.5.3~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=09395973670d02710885cce266a8b4da943bb423;p=libucw.git Xtype docs: Fixed a typo --- diff --git a/ucw/xtypes.h b/ucw/xtypes.h index da7d2537..f1fc4061 100644 --- a/ucw/xtypes.h +++ b/ucw/xtypes.h @@ -150,7 +150,7 @@ extern const struct xtype xt_uintmax; /** * Each unit is defined by a conversion ratio, which is a fraction with 64-bit numerator - * and denominator. Therefore, a value of 'x' units is interpreted as 'x' * 'num' / 'denon'. + * and denominator. Therefore, a value of 'x' units is interpreted as 'x' * 'num' / 'denom'. **/ struct unit_definition { const char *unit; // Symbol (name of the unit, as appended to values)