[autotests] Fix typos
This commit is contained in:
parent
10c562a2f2
commit
6888c18b79
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ void TestWaylandRegistry::testCreate()
|
|||
QCOMPARE(registry.interface(iface).name, 0u); \
|
||||
QCOMPARE(registry.interface(iface).version, 0u); \
|
||||
\
|
||||
/* now lets register */ \
|
||||
/* now let's register */ \
|
||||
QSignalSpy announced(®istry, signalName); \
|
||||
QVERIFY(announced.isValid()); \
|
||||
registry.setup(); \
|
||||
|
@ -157,7 +157,7 @@ void TestWaylandRegistry::testCreate()
|
|||
QCOMPARE(registry.interface(iface).name, name); \
|
||||
QCOMPARE(registry.interface(iface).version, version); \
|
||||
\
|
||||
/* registry should now about the interface now */ \
|
||||
/* registry should know about the interface now */ \
|
||||
QVERIFY(registry.hasInterface(iface)); \
|
||||
QVERIFY(!registry.bindMethod(name+1, version)); \
|
||||
QVERIFY(registry.bindMethod(name, version+1)); \
|
||||
|
|
Loading…
Reference in a new issue