From 9809772b236b026dd4c86b2acd6d83780b7d3f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 19 Oct 2020 09:39:06 +0200 Subject: [PATCH] fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- src/api2/node/tasks.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api2/node/tasks.rs b/src/api2/node/tasks.rs index 1440859b..b86eaec7 100644 --- a/src/api2/node/tasks.rs +++ b/src/api2/node/tasks.rs @@ -27,7 +27,7 @@ use crate::config::cached_user_info::CachedUserInfo; }, }, returns: { - description: "Task status nformation.", + description: "Task status information.", properties: { node: { schema: NODE_SCHEMA, @@ -72,7 +72,7 @@ use crate::config::cached_user_info::CachedUserInfo; }, }, access: { - description: "Users can access there own tasks, or need Sys.Audit on /system/tasks.", + description: "Users can access their own tasks, or need Sys.Audit on /system/tasks.", permission: &Permission::Anybody, }, )]