Fix hypen used as minus sign (manpages), fix spelling error (server.cpp)
authorIlya Zhuravlev <zhuravlevilya@ya.ru>
Mon, 17 Dec 2012 15:46:54 +0000 (19:46 +0400)
committerIlya Zhuravlev <zhuravlevilya@ya.ru>
Mon, 17 Dec 2012 15:46:54 +0000 (19:46 +0400)
doc/minetest.6
doc/minetestserver.6
src/server.cpp

index 0d6433f29d8430771e6742962cc7ce52682f75a1..b3fdd94d938cb3f1d7f0c079b80e54b3cb2ea309 100644 (file)
@@ -41,7 +41,7 @@ Show allowed options
 Set logfile path (debug.txt)
 .TP
 \-\-map\-dir <value>
-Same as --world (deprecated)
+Same as \-\-world (deprecated)
 .TP
 \-\-name <value>
 Set player name
index 81203954dfad883a51dc80e83905556ad4064887..93c354e7942cf3d6ebd0f353b5f90cf2c86e2370 100644 (file)
@@ -35,7 +35,7 @@ Show allowed options
 Set logfile path (debug.txt)
 .TP
 \-\-map\-dir <value>
-Same as --world (deprecated)
+Same as \-\-world (deprecated)
 .TP
 \-\-port <value>
 Set network port (UDP) to use
index 4b43a3205dd5583c38ebd354b6363a16eb9aa0d6..39407f961f4d80236f1a1bcb036c070fb6ec96fc 100644 (file)
@@ -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());