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
|
||||
self.populate_video_combo(self.vm, self.widget("video-model"))
|
||||
|
||||
# TPM paams
|
||||
# TPM params
|
||||
self.widget("tpm-device-path").set_text("/dev/tpm0")
|
||||
|
||||
# Hide all notebook pages, so the wizard isn't as big as the largest
|
||||
|
|
Loading…
Reference in New Issue