We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56b95f commit 48d12c5Copy full SHA for 48d12c5
qshphp/phpcallparm1.php
@@ -14,7 +14,7 @@
14
// https://www.php.net/manual/en/features.commandline.webserver.php
15
echo("This is a parameter return sample\n");
16
echo("Send return parm info to STDOUT prefix coded RETURNPARM01 - RETURNPARM10.\n");
17
- echo("The return parmaeter data gets extracted by the QSHCALL CL command from STDOUT\n");
+ echo("The return parameter data gets extracted by the QSHCALL CL command from STDOUT\n");
18
19
// Format return parameter examples for QSHCALL to pick up from STDOUT log
20
echo("RETURNPARM01:" . $parm01 . "\n");
0 commit comments