5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-21 09:34:10 +03:00

vmstatus: make memory description consistent with pve-container

Fixes a small typo and uses the same wording as used in pve-container's
description of the `mem` property.

Signed-off-by: Daniel Kral <d.kral@proxmox.com>
This commit is contained in:
Daniel Kral 2024-12-18 16:12:21 +01:00 committed by Thomas Lamprecht
parent f6c7916749
commit 6b2091da7f

View File

@ -2794,7 +2794,7 @@ our $vmstatus_return_properties = {
enum => ['stopped', 'running'],
},
mem => {
description => "Current memroy usage in bytes.",
description => "Currently used memory in bytes.",
type => 'integer',
optional => 1,
renderer => 'bytes',