From 18fc9eaff6dfb7e1f9dad36bf326e2eb2cfda8c3 Mon Sep 17 00:00:00 2001 From: Glib <71976818+GLEF1X@users.noreply.github.com> Date: Mon, 22 May 2023 18:50:11 -0400 Subject: [PATCH] fix typo --- src/main/java/com/thealgorithms/sorts/QuickSort.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/thealgorithms/sorts/QuickSort.java b/src/main/java/com/thealgorithms/sorts/QuickSort.java index 94ed869a901d..c0fe66e24565 100644 --- a/src/main/java/com/thealgorithms/sorts/QuickSort.java +++ b/src/main/java/com/thealgorithms/sorts/QuickSort.java @@ -40,7 +40,7 @@ private static > void doSort( } /** - * Ramdomize the array to avoid the basically ordered sequences + * Randomize the array to avoid the basically ordered sequences * * @param array The array to be sorted * @param left The first index of an array