From 48d12c5c2562ea2e77ba8ed69cb952dbdea1b2df Mon Sep 17 00:00:00 2001 From: Richard Schoen Date: Thu, 4 Jul 2024 10:22:48 -0500 Subject: [PATCH] Update phpcallparm1.php --- qshphp/phpcallparm1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qshphp/phpcallparm1.php b/qshphp/phpcallparm1.php index 4d02f1f..4ad40b3 100644 --- a/qshphp/phpcallparm1.php +++ b/qshphp/phpcallparm1.php @@ -14,7 +14,7 @@ // https://www.php.net/manual/en/features.commandline.webserver.php echo("This is a parameter return sample\n"); echo("Send return parm info to STDOUT prefix coded RETURNPARM01 - RETURNPARM10.\n"); - 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"); // Format return parameter examples for QSHCALL to pick up from STDOUT log echo("RETURNPARM01:" . $parm01 . "\n");