From a6b4328cc667e8c95f2014ed4d0d8a04ec4fcf52 Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:48:03 -0400 Subject: [PATCH] spelling fix --- .../Docking/src/main/java/docking/widgets/table/TableUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Framework/Docking/src/main/java/docking/widgets/table/TableUtils.java b/Ghidra/Framework/Docking/src/main/java/docking/widgets/table/TableUtils.java index 6ad37ad523..7b635b0ab2 100644 --- a/Ghidra/Framework/Docking/src/main/java/docking/widgets/table/TableUtils.java +++ b/Ghidra/Framework/Docking/src/main/java/docking/widgets/table/TableUtils.java @@ -356,7 +356,7 @@ public class TableUtils { } /** - * An animation runner that creates the painter and the values that will be interpollated by + * An animation runner that creates the painter and the values that will be interpolated by * the animator. Each column that is sorted will be emphasized, except for the column that was * clicked, as not to be annoying to the user. The intent of emphasizing the columns is to * signal to the user that other columns are part of the sort, not just the column that was