This commit is contained in:
AJ Jordan 2018-12-06 20:43:39 -05:00 committed by GitHub
parent ccd7e285a1
commit d4e567cb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,7 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
stubdom_mem = qubes.property('stubdom_mem', type=int,
setter=_setter_positive_int,
default=None,
doc='Memory ammount allocated for the stubdom')
doc='Memory amount allocated for the stubdom')
vcpus = qubes.property('vcpus',
type=int,