Explorar o código

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

* origin/pr/243:
  Fix typo
Marek Marczykowski-Górecki %!s(int64=5) %!d(string=hai) anos
pai
achega
bc9315fae7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,