Fix various typos

This commit is contained in:
Luz Paz 2025-03-06 14:55:42 -05:00 committed by Jonathan White
parent 606cf37952
commit 41da5b2127
6 changed files with 14 additions and 14 deletions

View file

@ -113,7 +113,7 @@ Application::Application(int& argc, char** argv)
.toUtf8()
.constData();
// forceably reset the lock file
// forcibly reset the lock file
m_lockFile->removeStaleLockFile();
m_lockFile->tryLock();
// start the listen server

View file

@ -125,7 +125,7 @@
<item row="0" column="1">
<widget class="QLineEdit" name="dbPublicName">
<property name="toolTip">
<string>Publically visible display name used on the unlock dialog</string>
<string>Publicly visible display name used on the unlock dialog</string>
</property>
<property name="accessibleName">
<string>Database public display name</string>
@ -150,7 +150,7 @@
</size>
</property>
<property name="toolTip">
<string>Publically visible color used on the unlock dialog</string>
<string>Publicly visible color used on the unlock dialog</string>
</property>
<property name="accessibleName">
<string>Database public display color chooser</string>