Skip to content

Commit 48d12c5

Browse files
Update phpcallparm1.php
1 parent b56b95f commit 48d12c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qshphp/phpcallparm1.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// https://www.php.net/manual/en/features.commandline.webserver.php
1515
echo("This is a parameter return sample\n");
1616
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");
17+
echo("The return parameter data gets extracted by the QSHCALL CL command from STDOUT\n");
1818

1919
// Format return parameter examples for QSHCALL to pick up from STDOUT log
2020
echo("RETURNPARM01:" . $parm01 . "\n");

0 commit comments

Comments
 (0)