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:
parent
f6c7916749
commit
6b2091da7f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user