From f503a89f9843b358e9acdc9979663cdb539e9b10 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 20 May 2023 21:49:45 +0200 Subject: [PATCH] fix: Typo in IEEE754 tool --- lib/external/pattern_language | 2 +- plugins/builtin/romfs/lang/en_US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/external/pattern_language b/lib/external/pattern_language index c0d339e03..dd7f676fe 160000 --- a/lib/external/pattern_language +++ b/lib/external/pattern_language @@ -1 +1 @@ -Subproject commit c0d339e03b2fc6e66b1765f4e606beeb1f89e863 +Subproject commit dd7f676feff59ec0794ddd21406647386f139419 diff --git a/plugins/builtin/romfs/lang/en_US.json b/plugins/builtin/romfs/lang/en_US.json index bf6343d86..17a0d3e9f 100644 --- a/plugins/builtin/romfs/lang/en_US.json +++ b/plugins/builtin/romfs/lang/en_US.json @@ -537,7 +537,7 @@ "hex.builtin.tools.history": "History", "hex.builtin.tools.ieee754": "IEEE 754 Floating Point Encoder and Decoder", "hex.builtin.tools.ieee754.clear": "Clear", - "hex.builtin.tools.ieee754.description": "IEEE754 is a standard for representing floating point numbers which is used by most modern CPUs.\n\nThis tool visualizes the internal representation of a floating point number and allows decoding amd encoding of numbers with a non-standard number of mantissa or exponent bits.", + "hex.builtin.tools.ieee754.description": "IEEE754 is a standard for representing floating point numbers which is used by most modern CPUs.\n\nThis tool visualizes the internal representation of a floating point number and allows decoding and encoding of numbers with a non-standard number of mantissa or exponent bits.", "hex.builtin.tools.ieee754.double_precision": "Double Precision", "hex.builtin.tools.ieee754.exponent": "Exponent", "hex.builtin.tools.ieee754.exponent_size": "Exponent Size",