Merge d5dd78e1231b65fdd25bce46ff588c24a00cdc1c into 2ef9f168d34d5f0573dd486629e8cf0218b189a9

This commit is contained in:
CrashOverride 2022-05-31 13:59:44 +08:00 committed by GitHub
commit 28c405f51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -870,7 +870,7 @@ struct error
// needed to provide the functionality of preexec_func
// ATTN: Can be used only to execute functions with no
// arguments and returning void.
// Could have used more efficient methods, ofcourse, but
// Could have used more efficient methods, of course, but
// that wont yield me the consistent syntax which I am
// aiming for. If you know, then please do let me know.