Merge remote-tracking branch 'origin/pr/243'

* origin/pr/243:
  Fix typo
This commit is contained in:
Marek Marczykowski-Górecki 2018-12-07 14:22:54 +01:00
commit bc9315fae7
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

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,