diff --git a/src/context.rs b/src/context.rs index 5ad01c106..28ddae26e 100644 --- a/src/context.rs +++ b/src/context.rs @@ -234,7 +234,7 @@ pub struct InnerContext { /// If debug logging is enabled, this contains all neccesary information pub(crate) debug_logging: RwLock>, - /// Qr code for currently running [`BackupProvider`]. + /// QR code for currently running [`BackupProvider`]. /// /// This is only available if a backup export is currently running, it will also be /// holding the ongoing process while running.