From 7210f7c665b1f9170ee36ca52249de3bd9ca8096 Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Thu, 9 Jun 2022 17:00:56 -0400 Subject: [PATCH] Fixed spelling mistake --- Ghidra/Features/Decompiler/src/main/doc/decompileplugin.xml | 2 +- .../main/help/help/topics/DecompilePlugin/DecompilerWindow.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ghidra/Features/Decompiler/src/main/doc/decompileplugin.xml b/Ghidra/Features/Decompiler/src/main/doc/decompileplugin.xml index b1c40a8fa0..28486f417a 100644 --- a/Ghidra/Features/Decompiler/src/main/doc/decompileplugin.xml +++ b/Ghidra/Features/Decompiler/src/main/doc/decompileplugin.xml @@ -4328,7 +4328,7 @@ These actions are available from the keyboard. Shift-Open Bracket will go to the previous enclosing open brace. Shift-Close Bracket will go to the - next enclosing closing brace. These key bindings can be changes via the tool options. + next enclosing closing brace. These key bindings can be changed via the tool options. Paired braces can also be navigated by double-clicking. diff --git a/Ghidra/Features/Decompiler/src/main/help/help/topics/DecompilePlugin/DecompilerWindow.html b/Ghidra/Features/Decompiler/src/main/help/help/topics/DecompilePlugin/DecompilerWindow.html index 47663e62c1..6b3e72acc7 100644 --- a/Ghidra/Features/Decompiler/src/main/help/help/topics/DecompilePlugin/DecompilerWindow.html +++ b/Ghidra/Features/Decompiler/src/main/help/help/topics/DecompilePlugin/DecompilerWindow.html @@ -822,7 +822,7 @@ These actions are available from the keyboard. Shift-Open Bracket will go to the previous enclosing open brace. Shift-Close Bracket will go to the - next enclosing closing brace. These key bindings can be changes via the tool options. + next enclosing closing brace. These key bindings can be changed via the tool options.

Paired braces can also be navigated by double-clicking.