From 671a56c545f47d3e58563ac6a6e76afd5161133a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 6 Jun 2019 14:47:02 +0200 Subject: [PATCH] typo fixup Signed-off-by: Wolfgang Bumiller --- proxmox-api/src/api_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-api/src/api_type.rs b/proxmox-api/src/api_type.rs index 643b5168..67103a38 100644 --- a/proxmox-api/src/api_type.rs +++ b/proxmox-api/src/api_type.rs @@ -35,7 +35,7 @@ pub struct TypeInfo { pub complete_fn: Option, } -/// Until we can slap `#[api]` onto all the functions we cann start translating our existing +/// Until we can slap `#[api]` onto all the functions we can start translating our existing /// `ApiMethod` structs to this new layout. /// Otherwise this is mostly there so we can run the tests in the tests subdirectory without /// depending on the api-macro crate. Tests using the macros belong into the api-macro crate itself