Module: monitoring-plugins Branch: master Commit: 24e99301b4776071b0d65df3426ebb41f4347475 Author: Jan Wagner <w...@cyconet.org> Committer: waja <w...@users.noreply.github.com> Date: Sun Apr 16 17:36:48 2023 +0000 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=24e9930
Fix a psuedo typo --- plugins/check_pgsql.c | 2 +- plugins/check_radius.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index c26cd43..94a03b2 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -93,7 +93,7 @@ int verbose = 0; /****************************************************************************** -The (psuedo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ +The (pseudo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ tags in the comments. With in the tags, the XML is assembled sequentially. You can define entities in tags. You also have all the #defines available as entities. diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 96a9555..984aa37 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -97,7 +97,7 @@ int verbose = FALSE; /****************************************************************************** -The (psuedo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ +The (pseudo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ tags in the comments. With in the tags, the XML is assembled sequentially. You can define entities in tags. You also have all the #defines available as entities.