mirror of
https://github.com/minetest/minetest.git
synced 2025-07-04 08:50:22 +02:00
Fix hypen used as minus sign (manpages), fix spelling error (server.cpp)
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user