Fix for potential typos (#10822)

This commit is contained in:
Lance (Weiqing) Xu
2026-02-10 06:59:06 -05:00
committed by GitHub
parent 4e2da1a99a
commit 107dc449d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)