From d4c6e68bf00f1bc4e741458aacdf44b1b2300b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 19 May 2022 16:32:02 +0200 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- src/bin/proxmox_backup_debug/recover.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/proxmox_backup_debug/recover.rs b/src/bin/proxmox_backup_debug/recover.rs index 61d3b273..b118a71c 100644 --- a/src/bin/proxmox_backup_debug/recover.rs +++ b/src/bin/proxmox_backup_debug/recover.rs @@ -25,7 +25,7 @@ use pbs_tools::crypt_config::CryptConfig; type: String, }, chunks: { - description: "Path to the directorty that contains the chunks, usually /.chunks.", + description: "Path to the directory that contains the chunks, usually /.chunks.", type: String, }, "keyfile": {