diff --git a/chapter02.tex b/chapter02.tex index 875c181..15141ee 100644 --- a/chapter02.tex +++ b/chapter02.tex @@ -478,7 +478,7 @@ the maximum sum of a subarray that ends at that position. After this, the answer for the problem is the maximum of those sums. -Condider the subproblem of finding the maximum-sum subarray +Consider the subproblem of finding the maximum-sum subarray that ends at position $k$. There are two possibilities: \begin{enumerate}