[pve-devel] [PATCH v3 proxmox 1/7] notify: fix typo in doc comments

Lukas Wagner l.wagner at proxmox.com
Mon Sep 18 13:14:37 CEST 2023


Signed-off-by: Lukas Wagner <l.wagner at 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






More information about the pve-devel mailing list