diff --git a/src/main/java/com/thealgorithms/sorts/QuickSort.java b/src/main/java/com/thealgorithms/sorts/QuickSort.java index 94ed869a9..c0fe66e24 100644 --- a/src/main/java/com/thealgorithms/sorts/QuickSort.java +++ b/src/main/java/com/thealgorithms/sorts/QuickSort.java @@ -40,7 +40,7 @@ class QuickSort implements SortAlgorithm { } /** - * 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