Skip to content

Commit bcb7118

Browse files
Fixed typos
1 parent f58a3d4 commit bcb7118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DockManager.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* name. Normally, when resources are built as part of the application, the
6161
* resources are loaded automatically at startup. The Q_INIT_RESOURCE() macro
6262
* is necessary on some platforms for resources stored in a static library.
63-
* Because GCC caues a linker error if we put Q_INIT_RESOURCE into the
63+
* Because GCC causes a linker error if we put Q_INIT_RESOURCE into the
6464
* loadStyleSheet() function, we place it into a function outside of the ads
6565
* namespace
6666
*/
@@ -73,7 +73,7 @@ static void initResource()
7373
namespace ads
7474
{
7575
/**
76-
* Internal file version in case the sturture changes interbally
76+
* Internal file version in case the structure changes internally
7777
*/
7878
enum eStateFileVersion
7979
{
@@ -252,7 +252,7 @@ bool DockManagerPrivate::restoreStateFromXml(const QByteArray &state, int versi
252252

253253
ADS_PRINT(s.attributes().value("UserVersion"));
254254
// Older files do not support UserVersion but we still want to load them so
255-
// we first test if the attribiute exists
255+
// we first test if the attribute exists
256256
if (!s.attributes().value("UserVersion").isEmpty())
257257
{
258258
v = s.attributes().value("UserVersion").toInt(&ok);

0 commit comments

Comments
 (0)