mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fix for potential typos (#10822)
This commit is contained in:
@@ -90,5 +90,5 @@ od-help-s = decimal 2-byte units
|
||||
od-help-capital-x = hexadecimal 4-byte units
|
||||
od-help-capital-h = hexadecimal 4-byte units
|
||||
od-help-e = floating point double precision (64-bit) units
|
||||
od-help-f = floating point double precision (32-bit) units
|
||||
od-help-f = floating point single precision (32-bit) units
|
||||
od-help-capital-f = floating point double precision (64-bit) units
|
||||
|
||||
@@ -90,5 +90,5 @@ od-help-s = unités décimales 2-octets
|
||||
od-help-capital-x = unités hexadécimales 4-octets
|
||||
od-help-capital-h = unités hexadécimales 4-octets
|
||||
od-help-e = unités virgule flottante double précision (64-bits)
|
||||
od-help-f = unités virgule flottante double précision (32-bits)
|
||||
od-help-f = unités virgule flottante simple précision (32-bits)
|
||||
od-help-capital-f = unités virgule flottante double précision (64-bits)
|
||||
|
||||
Reference in New Issue
Block a user