diff options
author | Jan Wagner <waja@cyconet.org> | 2023-04-16 17:36:48 (GMT) |
---|---|---|
committer | waja <waja@users.noreply.github.com> | 2023-04-17 06:23:28 (GMT) |
commit | 24e99301b4776071b0d65df3426ebb41f4347475 (patch) | |
tree | 7df16dce3397a7e7a89daa0efea91b80e130303f /plugins/check_pgsql.c | |
parent | aff54257822a507121aaaee0b6b8cdfdef41b615 (diff) | |
download | monitoring-plugins-24e99301b4776071b0d65df3426ebb41f4347475.tar.gz |
Fix a psuedo typo
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r-- | plugins/check_pgsql.c | 2 |
1 files changed, 1 insertions, 1 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; | |||
93 | 93 | ||
94 | /****************************************************************************** | 94 | /****************************************************************************** |
95 | 95 | ||
96 | The (psuedo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ | 96 | The (pseudo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ |
97 | tags in the comments. With in the tags, the XML is assembled sequentially. | 97 | tags in the comments. With in the tags, the XML is assembled sequentially. |
98 | You can define entities in tags. You also have all the #defines available as | 98 | You can define entities in tags. You also have all the #defines available as |
99 | entities. | 99 | entities. |