Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2011-05-26 20:47:04 +02:00
parent 39c30152b9
commit 785c5be8d8
2 changed files with 18 additions and 19 deletions

View file

@ -1058,7 +1058,6 @@ struct _CCMirrorPropValueListIterator
typedef size_t size_type;
typedef ptrdiff_t difference_type;
// typedef typename std::forward_iterator_tag iterator_category;
};

View file

@ -2437,7 +2437,7 @@ NLMISC_COMMAND(setGrpTimers,"set the timer values for a given group","<grp id> <
void cbTick();
extern uint ForceTicks;
NLMISC_COMMAND(updateAI,"call CAIS::update() (simulate a tick off-line)","")
NLMISC_COMMAND(updateAI,"call CAIS::update() (simulate a tick off-line)","[tick]")
{
if(args.size() >1)
return false;