Given a sphere, find the christoffel symbols
$X(\theta,\phi)=(r \sin\phi \cos\theta,r \sin\phi \sin\theta, r \cos \phi)$
So $$(g_{ij})=\begin{pmatrix} r^2\sin^2\phi& 0\\ 0& r^2 \end{pmatrix}$$
$$(g^{ij})=\frac{1}{r^4 \sin^2 \phi}\begin{pmatrix} r^2& 0\\ 0& r^2\sin^2\phi\end{pmatrix}=\begin{pmatrix} {\frac{1}{r^2 \sin^2 \phi}} & 0\\ 0& \frac{1}{r^2}\end{pmatrix}$$
$$g_{\{ij;1\}}=\begin{pmatrix} 0& 0\\ 0& 0 \end{pmatrix}$$
$$g_{\{ij;2\}}=\begin{pmatrix} 2r^2\sin \phi \cos \phi& 0\\ 0& 0 \end{pmatrix}$$
So $$\Gamma^1_{22}=\frac{1}{2}\frac{1}{r^2\sin^2 \phi}(0+0-0)+\frac{1}{2}\cdot0(0+0-0)=0$$
But the answer is $$\Gamma^1_{22}=-\sin \phi \cos \phi$$