diff options
| author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-04-14 22:02:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 22:02:42 +0200 |
| commit | aff54257822a507121aaaee0b6b8cdfdef41b615 (patch) | |
| tree | abfb970cab5f7bfed94fe0b70ddfc37ed24cc567 /tools/p1.pl | |
| parent | e44dcb80f1fdab2751cd460325391676e4f1a466 (diff) | |
| parent | 0f3703e641f0f995a8abb40056cb5430b6c228c4 (diff) | |
| download | monitoring-plugins-aff54257822a507121aaaee0b6b8cdfdef41b615.tar.gz | |
Merge pull request #1864 from waja/seperated_typo
Fix typos
Diffstat (limited to 'tools/p1.pl')
| -rw-r--r-- | tools/p1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/p1.pl b/tools/p1.pl index 2788dbff..9cbe6dc0 100644 --- a/tools/p1.pl +++ b/tools/p1.pl | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # | 2 | # |
| 3 | # Hacked version of the sample code from the perlembedded doco. | 3 | # Hacked version of the sample code from the perlembedded doco. |
| 4 | # | 4 | # |
| 5 | # Only major changes are to separate the compiling and cacheing from | 5 | # Only major changes are to separate the compiling and caching from |
| 6 | # the execution so that the cache can be kept in "non-volatile" parent | 6 | # the execution so that the cache can be kept in "non-volatile" parent |
| 7 | # process while the execution is done from "volatile" child processes | 7 | # process while the execution is done from "volatile" child processes |
| 8 | # and that STDOUT is redirected to a file by means of a tied filehandle | 8 | # and that STDOUT is redirected to a file by means of a tied filehandle |
