]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/types/mod.rs
typo fixes all over the place
[proxmox-backup.git] / src / api2 / types / mod.rs
index b72d54c1ecf63872ede0d334714ea09b099539a1..3e720dad5009e31d5568a17cd5cab54a087e3355 100644 (file)
@@ -1272,7 +1272,7 @@ pub struct APTUpdateInfo {
 pub enum Notify {
     /// Never send notification
     Never,
-    /// Send notifications for failed and sucessful jobs
+    /// Send notifications for failed and successful jobs
     Always,
     /// Send notifications for failed jobs only
     Error,