diff options
Diffstat (limited to 'translate/translation.adb')
-rw-r--r-- | translate/translation.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/translation.adb b/translate/translation.adb index d529076..88ac566 100644 --- a/translate/translation.adb +++ b/translate/translation.adb @@ -13876,7 +13876,7 @@ package body Translation is * Iir_Fp64 (Get_Value (Get_Physical_Unit_Value (Get_Unit_Name (Expr)))))); when others => - Error_Kind ("tranlate_numeric_literal", Expr); + Error_Kind ("translate_numeric_literal", Expr); end case; exception when Constraint_Error => |