I don't understand, why the following is true: $$ \sqrt{ 1 + \frac{- \log \log n}{\log n} + o\left(\tfrac{1}{\log n}\right)} = 1 + \frac{- \log \log n}{2\log n} + o\left(\tfrac{1}{\log n}\right). $$ I know that the $1/2$-factor on the RHS comes from the series expansion of the Binomial series. But I don't see why the little $o$-factor remains the same. Shouldn't the new $o$-factor on the RHS be $$ o\left(\tfrac{\log \log n}{\log n}\right) + o\left(\tfrac{1}{\log n}\right) $$ ?
This problem is taken from the book "Extremes and related properties of random sequences and processes" form Leadbetter, Lindgren, Rootzén. It seems like it is an error.

The correct one is \begin{align} \sqrt{ 1 + \frac{-\log \log n}{\log n} + o\left(\frac{1}{\log n}\right)} &= 1 + \frac{1}{2}\left(\frac{-\log \log n}{\log n} + o\left(\frac{1}{\log n}\right)\right)+o\left(\frac{-\log \log n}{\log n} + o\left(\frac{1}{\log n}\right)\right)\\ &= 1 + \frac{1}{2}\left(\frac{-\log \log n}{\log n} + o\left(\frac{1}{\log n}\right)\right)+o\left(\frac{\log \log n}{\log n} \right)\\ &= 1 - \frac{\log \log n}{2\log n} + o\left(\frac{1}{\log n}\right)+o\left(\frac{\log \log n}{\log n} \right)\\ &= 1 - \frac{\log \log n}{2\log n} +o\left(\frac{\log \log n}{\log n} \right).\\ \end{align}