from the book, i have following task
i think there is error in formulation of alternative hypothesis , because word at least means minimum,there for instead of $p < 0.77$, it should be $p \ge 0.77$ , so instead of left test, it is right test and $\alpha=0.01$ means that for right test we will have $1-0.01=0.99$ and critical value is
=NORMSINV(0.99)
which is equal to 2.33
am i right?

If I were to interpret the intent of the question, I would say that the hypothesis should be $$H_0 : p = 0.77 \quad \text{vs.} \quad H_1 : p > 0.77.$$ The reason is that what is claimed is that at least $77\%$ of people oppose replacement, and in order to support this claim, the evidence needs to suggest with a high degree of confidence (in this case, $99\%$) that the true proportion is in fact this high. If we use the test described in the given answer, this could only lend evidence to the contrary--i.e., that the true proportion is less. It cannot support a finding that the claim is true.
In general, what is claimed should be the alternative (research) hypothesis.
It is worth noting that because the point estimate $\hat p = 55/80 = 0.6875 < 0.77$, the automatic conclusion of the test is to fail to reject $H_0$. There is not sufficient evidence to suggest the true proportion is so high.