Skip to content

Commit

Permalink
MMVII: Typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Oct 24, 2023
1 parent 4d1db44 commit b1cff61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMVII/include/cMMVII_Appli.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ class cMMVII_Ap_CPU
Each argument must be added seperatly or in a coma separated list.
The arguments will be automatically quoted (hopefully correctly ...).
The full command line can be retreive by the .Com() method.
The full command line can be retrieved by the .Com() method.
Ex:
cParamCallSys aCom(cMMVII_Apli::FullBin(),"Bench",1);
cParamCallSys aCom(cMMVII_Apli::FullBin(),"Bench","1");
or
cParamCallSys aCom;
aCom.AddArgs(cMMVII_Apli::FullBin());
Expand Down

0 comments on commit b1cff61

Please sign in to comment.