fix typos

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-10-19 09:39:06 +02:00 committed by Thomas Lamprecht
parent 4940012d0d
commit 9809772b23

View File

@ -27,7 +27,7 @@ use crate::config::cached_user_info::CachedUserInfo;
}, },
}, },
returns: { returns: {
description: "Task status nformation.", description: "Task status information.",
properties: { properties: {
node: { node: {
schema: NODE_SCHEMA, schema: NODE_SCHEMA,
@ -72,7 +72,7 @@ use crate::config::cached_user_info::CachedUserInfo;
}, },
}, },
access: { 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, permission: &Permission::Anybody,
}, },
)] )]