Преглед изворни кода

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

* origin/pr/243:
  Fix typo
Marek Marczykowski-Górecki пре 5 година
родитељ
комит
bc9315fae7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      qubes/vm/qubesvm.py

+ 1 - 1
qubes/vm/qubesvm.py

@@ -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,