Fix typos

Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
tinyboxvk 2025-01-09 10:10:51 -04:00 committed by Pino Toscano
parent c3debb4eda
commit 412c5d1ad3
5 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@
</packing>
</child>
<child>
<object class="GtkCheckButton" id="graphics-visiblity-chk">
<object class="GtkCheckButton" id="graphics-visibility-chk">
<property name="label" translatable="yes">Show passwor_d</property>
<property name="visible">True</property>
<property name="can-focus">True</property>

View File

@ -123,7 +123,7 @@ class _DataStream(vmmGObject):
log.debug("Opening console stream for dev=%s alias=%s",
dev, name)
# libxl doesn't set aliases, their open_console just defaults to
# opening the first console device, so don't force prescence of
# opening the first console device, so don't force presence of
# an alias
stream = self.conn.get_backend().newStream(libvirt.VIR_STREAM_NONBLOCK)

View File

@ -145,7 +145,7 @@ class vmmGraphicsDetails(vmmGObjectUI):
self.widget("graphics-password").set_sensitive(passwd_enabled)
if not passwd_enabled:
self.widget("graphics-password").set_text("")
passwd_visible = self.widget("graphics-visiblity-chk").get_active()
passwd_visible = self.widget("graphics-visibility-chk").get_active()
self.widget("graphics-password").set_visibility(passwd_visible)
glval = self.widget("graphics-opengl").get_active()

View File

@ -660,7 +660,7 @@ class _DebianDistro(_DistroTree):
# There's two cases here:
# 1) Direct access ISO, attached as CDROM afterwards. We
# use one set of kernels in that case which seem to
# assume the prescence of CDROM media
# assume the presence of CDROM media
# 2) ISO mounted and exported over URL. We use a different
# set of kernels that expect to boot from the network
if cache.fetcher_is_iso():

View File

@ -172,7 +172,7 @@ class _XMLPropertyBase(property):
class XMLChildProperty(_XMLPropertyBase):
"""
Property that points to a class used for parsing a subsection of
of the parent XML. For example when we deligate parsing
of the parent XML. For example when we delegate parsing
/domain/cpu/feature of the /domain/cpu class.
@child_class: XMLBuilder class this property is tracking. So for