From: Lukas Wagner <l.wagner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH v3 proxmox 1/7] notify: fix typo in doc comments
Date: Mon, 18 Sep 2023 13:14:37 +0200 [thread overview]
Message-ID: <20230918111443.465970-2-l.wagner@proxmox.com> (raw)
In-Reply-To: <20230918111443.465970-1-l.wagner@proxmox.com>
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
proxmox-notify/src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-notify/src/lib.rs b/proxmox-notify/src/lib.rs
index eebc57a..ca68388 100644
--- a/proxmox-notify/src/lib.rs
+++ b/proxmox-notify/src/lib.rs
@@ -106,7 +106,7 @@ pub enum Severity {
/// Notification endpoint trait, implemented by all endpoint plugins
pub trait Endpoint {
- /// Send a documentation
+ /// Send a notification
fn send(&self, notification: &Notification) -> Result<(), Error>;
/// The name/identifier for this endpoint
--
2.39.2
next prev parent reply other threads:[~2023-09-18 11:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 11:14 [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint Lukas Wagner
2023-09-18 11:14 ` Lukas Wagner [this message]
2023-09-18 11:14 ` [pve-devel] [PATCH v3 proxmox 2/7] notify: add 'smtp' endpoint Lukas Wagner
2023-09-18 11:14 ` [pve-devel] [PATCH v3 proxmox 3/7] notify: add api for smtp endpoints Lukas Wagner
2023-09-18 11:14 ` [pve-devel] [PATCH v3 proxmox-perl-rs 4/7] notify: add bindings for smtp API calls Lukas Wagner
2023-09-18 11:14 ` [pve-devel] [PATCH v3 pve-manager 5/7] notify: add API routes for smtp endpoints Lukas Wagner
2023-09-18 11:14 ` [pve-devel] [PATCH v3 proxmox-widget-toolkit 6/7] panel: notification: add gui for SMTP endpoints Lukas Wagner
2023-09-18 11:14 ` [pve-devel] [PATCH v3 pve-docs 7/7] notifications: document " Lukas Wagner
[not found] ` <mailman.223.1695473608.312.pve-devel@lists.proxmox.com>
[not found] ` <mailman.224.1695473936.312.pve-devel@lists.proxmox.com>
2023-09-25 8:02 ` [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint Lukas Wagner
2023-10-17 7:27 ` Lukas Wagner
2023-10-19 8:28 ` Lukas Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230918111443.465970-2-l.wagner@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox