Skip to content

Commit

Permalink
vmstatus: make memory description consistent with pve-container
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dakralex authored and ThomasLamprecht committed Dec 18, 2024
1 parent f6c7916 commit 6b2091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PVE/QemuServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6b2091d

Please sign in to comment.