Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Jul 2, 2019
1 parent afa9ebd commit a8df324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesmanager/global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init_system_defaults__(self):
)

def __apply_system_defaults__(self):
# upatevm
# updatevm
if self.qvm_collection.updatevm != \
self.update_vm_vmlist[self.update_vm_combo.currentIndex()]:
self.qvm_collection.updatevm = \
Expand Down

0 comments on commit a8df324

Please sign in to comment.