From d0638c1542c99e076c07846a64ccf898f54af4d8 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Mon, 20 Feb 2023 13:05:11 +0100 Subject: [PATCH] typo --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.