Skip to content

Commit 107dc44

Browse files
authored
Fix for potential typos (#10822)
1 parent 4e2da1a commit 107dc44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/uu/od/locales/en-US.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ od-help-s = decimal 2-byte units
9090
od-help-capital-x = hexadecimal 4-byte units
9191
od-help-capital-h = hexadecimal 4-byte units
9292
od-help-e = floating point double precision (64-bit) units
93-
od-help-f = floating point double precision (32-bit) units
93+
od-help-f = floating point single precision (32-bit) units
9494
od-help-capital-f = floating point double precision (64-bit) units

src/uu/od/locales/fr-FR.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ od-help-s = unités décimales 2-octets
9090
od-help-capital-x = unités hexadécimales 4-octets
9191
od-help-capital-h = unités hexadécimales 4-octets
9292
od-help-e = unités virgule flottante double précision (64-bits)
93-
od-help-f = unités virgule flottante double précision (32-bits)
93+
od-help-f = unités virgule flottante simple précision (32-bits)
9494
od-help-capital-f = unités virgule flottante double précision (64-bits)

0 commit comments

Comments
 (0)