Skip to content

Commit b1cff61

Browse files
committed
MMVII: Typo in comments
1 parent 4d1db44 commit b1cff61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MMVII/include/cMMVII_Appli.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,10 @@ class cMMVII_Ap_CPU
300300
Each argument must be added seperatly or in a coma separated list.
301301
The arguments will be automatically quoted (hopefully correctly ...).
302302
303-
The full command line can be retreive by the .Com() method.
303+
The full command line can be retrieved by the .Com() method.
304304
305305
Ex:
306-
cParamCallSys aCom(cMMVII_Apli::FullBin(),"Bench",1);
306+
cParamCallSys aCom(cMMVII_Apli::FullBin(),"Bench","1");
307307
or
308308
cParamCallSys aCom;
309309
aCom.AddArgs(cMMVII_Apli::FullBin());

0 commit comments

Comments
 (0)