mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix hypen used as minus sign (manpages), fix spelling error (server.cpp)
This commit is contained in:
parent
3578e1d4a7
commit
e301bc2d77
3 changed files with 3 additions and 3 deletions
|
@ -4659,7 +4659,7 @@ bool Server::rollbackRevertActions(const std::list<RollbackAction> &actions,
|
|||
log->push_back(os.str());
|
||||
}else{
|
||||
std::ostringstream os;
|
||||
os<<"Succesfully reverted step ("<<num_tried<<") "<<action.toString();
|
||||
os<<"Successfully reverted step ("<<num_tried<<") "<<action.toString();
|
||||
infostream<<"Map::rollbackRevertActions(): "<<os.str()<<std::endl;
|
||||
if(log)
|
||||
log->push_back(os.str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue