mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
addhardware: fix a little typo
s/paams/params Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
466c2bcf9c
commit
2ace5317e0
@ -432,7 +432,7 @@ class vmmAddHardware(vmmGObjectUI):
|
|||||||
# Video params
|
# Video params
|
||||||
self.populate_video_combo(self.vm, self.widget("video-model"))
|
self.populate_video_combo(self.vm, self.widget("video-model"))
|
||||||
|
|
||||||
# TPM paams
|
# TPM params
|
||||||
self.widget("tpm-device-path").set_text("/dev/tpm0")
|
self.widget("tpm-device-path").set_text("/dev/tpm0")
|
||||||
|
|
||||||
# Hide all notebook pages, so the wizard isn't as big as the largest
|
# Hide all notebook pages, so the wizard isn't as big as the largest
|
||||||
|
Loading…
Reference in New Issue
Block a user