I'm reading Introduction to Probability Models by Sheldon Ross, 12th edition. On page 57, it says:
Suppose first that $X$ and $Y$ are continuous, $X$ having probability density $f$ and $Y$ having probability density $g$. Then, letting $F_{X+Y}(a)$ be the cumulative distribution function of $X+Y$, we have: \begin{align*} F_{X+Y}(a) &= P \{ X + Y \le a \} \\ &= \iint_{x+y \le a} f(x) g(y) \, dx \, dy \\ &= \int_{-\infty}^{\infty} \int_{-\infty}^{a-y} f(x) g(y) \, dx \, dy \\ &= \int_{-\infty}^{\infty} \left( \int_{-\infty}^{a-y} f(x) \, dx \right) g(y) \, dy \\ &= \int_{-\infty}^{\infty} F_X(a-y) g(y) \, dy \\ \end{align*} The cumulative distribution function $F_{X+Y}$ is called the convolution of the distributions $F_X$ and $F_Y$ (the cumulative distribution functions of $X$ and $Y$, respectively).
I follow the equations, but that looks like the convolution of $F_X$ and $g$, not $F_X$ and $F_Y$. Standard, general convolution for general functions $f$ and $g$ is:
\begin{align*} (f * g)(t) &= \int_{-\infty}^\infty f(\tau) g(t - \tau) \, d \tau \\ \end{align*}
It seems like $F_{X+Y}(a) = F_X * g$ is the correct relationship rather than $F_{X+Y}(a) = F_X * F_Y$.
Can someone explain this? Does convolution have a more flexible definition? Or is the textbook mistaken?
As @Priyatham confirmed, the textbook simply made a mistake.